finishing first function and no errors, but need to test

This commit is contained in:
Arjun Patel
2022-01-28 00:36:25 -08:00
parent 133d5f02d0
commit 9eff310e7f
5 changed files with 95 additions and 29 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "npm run lint && tsc",
"serve": "npm run build && firebase emulators:start --only functions & tsc --watch",
"serve": "npm run build && firebase emulators:start --only functions",
"shell": "npm run build && firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log",
"hotReload": "tsc --watch",
"copyModels": "cp -r ../../web/models /models"
"copyModels": "cp -r ../../web/models ./models"
},
"engines": {
"node": "16"