fixing web-app
This commit is contained in:
@@ -33,11 +33,11 @@ if (config.mode !== 'production') {
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Static files configuration
|
// Static files configuration
|
||||||
static: {
|
/* static: {
|
||||||
directory: path.resolve(__dirname, '../../build/dist/wasmJs/developmentExecutable'),
|
directory: path.resolve(__dirname, '../../build/dist/wasmJs/developmentExecutable'),
|
||||||
serveIndex: true,
|
serveIndex: true,
|
||||||
watch: true
|
watch: true
|
||||||
},
|
},*/
|
||||||
|
|
||||||
// CORS settings for development
|
// CORS settings for development
|
||||||
allowedHosts: 'all',
|
allowedHosts: 'all',
|
||||||
|
|||||||
Reference in New Issue
Block a user