Use GAE standard for the backend, no endpoints service

This commit is contained in:
Ben Grant 2021-05-23 14:04:33 +10:00
parent 8fa7462735
commit 9067fa8bd8
3 changed files with 5 additions and 14 deletions

View file

@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">= 10.0.0"
"node": ">=10.0.0"
},
"scripts": {
"start": "node index.js"