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
+13 -1
View File
@@ -8,6 +8,18 @@
"npm --prefix functions run build",
"npm --prefix \"$RESOURCE_DIR\" run lint",
"npm --prefix \"$RESOURCE_DIR\" run build"
]
],
"source": "functions"
},
"emulators": {
"functions": {
"port": 5001
},
"firestore": {
"port": 8080
},
"ui": {
"enabled": true
}
}
}