feat: add Container and Page Module

This commit is contained in:
2024-09-17 01:59:48 +08:00
parent 321a4b41e7
commit 0a9e5c1d4f
21 changed files with 6335 additions and 13271 deletions

View File

@@ -22,7 +22,7 @@ if (ENV === 'init') {
*/
module.exports = {
mode: 'production',
entry: path.join(__dirname, './src/app.ts'),
entry: path.join(__dirname, './src/index.ts'),
target: 'node',
// devtool: 'source-map',
output: {