fixing web-app

This commit is contained in:
stefan
2025-09-18 13:18:35 +02:00
parent 142a624665
commit f6f2f75c90
+2 -2
View File
@@ -33,11 +33,11 @@ if (config.mode !== 'production') {
},
// Static files configuration
static: {
/* static: {
directory: path.resolve(__dirname, '../../build/dist/wasmJs/developmentExecutable'),
serveIndex: true,
watch: true
},
},*/
// CORS settings for development
allowedHosts: 'all',