Merge branch 'master' into feature/api-caching
This commit is contained in:
commit
6fa65b9f2f
7 changed files with 3205 additions and 153 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"main": "src/server.js",
|
||||
"scripts": {
|
||||
"start": "node --experimental-modules src/server.js",
|
||||
"dev": "node --max-old-space-size=4096 main.js -h 0.0.0.0",
|
||||
"dev": "node --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0",
|
||||
"dev": "node main.js -h 0.0.0.0",
|
||||
"dev:watch": "nodemon main.js -- -h 0.0.0.0",
|
||||
"test": "jest --no-cache",
|
||||
"test:watch": "jest --no-cache --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue