Skip to content

Commit 8be87cd

Browse files
authored
Add files via upload
1 parent e01cf39 commit 8be87cd

8 files changed

+7465
-0
lines changed

backend/firebase.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"functions": [
3+
{
4+
"source": "functions",
5+
"codebase": "default",
6+
"ignore": [
7+
"node_modules",
8+
".git",
9+
"firebase-debug.log",
10+
"firebase-debug.*.log"
11+
],
12+
"predeploy": [
13+
"npm --prefix \"$RESOURCE_DIR\" run lint",
14+
"npm --prefix \"$RESOURCE_DIR\" run build"
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)