Added API Caching functionality

This commit is contained in:
emad-salah 2020-03-07 15:51:20 +01:00
parent 721a199e7d
commit 00603ed0fa
6 changed files with 69 additions and 15 deletions

View file

@ -5,7 +5,7 @@
"main": "src/server.js",
"scripts": {
"start": "node --experimental-modules src/server.js",
"dev": "node main.js -h 0.0.0.0",
"dev": "node --max-old-space-size=4096 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",