mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
Make JSketcher work on codeserver dev environment.
This commit is contained in:
parent
8dd201c6a3
commit
1022163889
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ module.exports = {
|
||||||
hot: false,
|
hot: false,
|
||||||
liveReload: false,
|
liveReload: false,
|
||||||
client: false,
|
client: false,
|
||||||
|
compress: true,
|
||||||
|
allowedHosts: 'all',
|
||||||
static: [
|
static: [
|
||||||
path.join(__dirname, 'web'),
|
path.join(__dirname, 'web'),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue