|
@@ -8,7 +8,7 @@
|
|
|
"node": ">=16.16.0"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "dev": "nodemon --inspect --ignore server/.inpx-web --ignore client --exec 'node --expose-gc server --lib-dir=.inpx-web/lib'",
|
|
|
+ "dev": "nodemon --inspect --ignore server/.inpx-web --ignore client --exec 'node --expose-gc server --lib-dir=server/.inpx-web/lib'",
|
|
|
"build:client": "webpack --config build/webpack.prod.config.js",
|
|
|
"build:linux": "npm run build:client && node build/linux && pkg -t node16-linux-x64 -C GZip --options max-old-space-size=4096,expose-gc -o dist/linux/inpx-web .",
|
|
|
"build:win": "npm run build:client && node build/win && pkg -t node16-win-x64 -C GZip --options max-old-space-size=4096,expose-gc -o dist/win/inpx-web .",
|