adding stuff for stuff

This commit is contained in:
Arjun Patel
2022-01-27 21:46:13 -08:00
parent fd19b0f1bf
commit 133d5f02d0
4 changed files with 49 additions and 12 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log",
"hotReload": "tsc --watch"
"hotReload": "tsc --watch",
"copyModels": "cp -r ../../web/models /models"
},
"engines": {
"node": "16"