TODO: Keep working

This commit is contained in:
NewHappyRabbit
2025-02-12 02:08:29 +02:00
parent c1732f4704
commit 1e1942ab1c
8 changed files with 54 additions and 4 deletions
+2
View File
@@ -13,6 +13,7 @@ export default (env, argv) => {
return {
entry: './src/client/Main.ts',
output: {
publicPath: "/",
filename: 'bundle.js',
path: path.resolve(__dirname, 'out'),
clean: true
@@ -116,6 +117,7 @@ export default (env, argv) => {
static: {
directory: path.join(__dirname, 'out'),
},
historyApiFallback: true,
compress: true,
port: 9000,
proxy: [