Always send JSON responses
This commit is contained in:
parent
7d0f3898de
commit
4ab944b13c
9 changed files with 20 additions and 19 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue