mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-28 19:42:01 +03:00
keepalive as package.json script
This commit is contained in:
parent
2d96a34007
commit
b7f451b5d9
@ -8,8 +8,8 @@
|
||||
"node": "14.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict",
|
||||
"start": "NODE_ENV=production node . --unhandled-rejections=strict",
|
||||
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --keepAliveTimeout 900000",
|
||||
"start": "NODE_ENV=production node . --unhandled-rejections=strict --keepAliveTimeout 900000",
|
||||
"build-delete": "rm -rf .next && rm -rf dist/mac",
|
||||
"build": "NODE_ENV=production next build",
|
||||
"build-system": "rollup -c",
|
||||
|
Loading…
Reference in New Issue
Block a user