mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
go big on memory
This commit is contained in:
parent
c3c4a913e2
commit
95990a99ea
@ -8,14 +8,14 @@
|
||||
"node": "14.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=2048",
|
||||
"start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=2048",
|
||||
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 node . --unhandled-rejections=strict --max-old-space-size=8192",
|
||||
"start": "NODE_ENV=production node . --unhandled-rejections=strict --max-old-space-size=8192",
|
||||
"build-delete": "rm -rf .next && rm -rf dist/mac",
|
||||
"build": "NODE_ENV=production next build",
|
||||
"build-system": "rollup -c",
|
||||
"electron-dev": "NODE_ENV=development electron ./electron/main.js ",
|
||||
"electron-prod": "NODE_ENV=production next build && electron-builder --dir",
|
||||
"scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts",
|
||||
"scripts": "NODE_TLS_REJECT_UNAUTHORIZED=0 node --max-old-space-size=8192 ./scripts",
|
||||
"www-setup-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts setup-database",
|
||||
"www-seed-database": "NODE_TLS_REJECT_UNAUTHORIZED=0 node ./scripts seed-database"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user