feat: add Container and Page Module
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user