Always send JSON responses

This commit is contained in:
Ben Grant 2022-08-20 21:52:09 +10:00
parent 7d0f3898de
commit 4ab944b13c
9 changed files with 20 additions and 19 deletions

View file

@ -14,7 +14,8 @@
"build:dev": "NODE_ENV=development parcel build --no-cache",
"dev": "rm -rf .parcel-cache dist && NODE_ENV=development nodemon --exec \"yarn build:dev && yarn start\" --watch routes --watch res --watch index.js",
"build": "parcel build",
"start": "node ./dist/index.js"
"start": "node ./dist/index.js",
"lint": "eslint index.js ./routes"
},
"dependencies": {
"@google-cloud/datastore": "^7.0.0",