Changed structure of example to follow the firebase provided one

This commit is contained in:
Alexander Cerutti
2023-07-29 00:13:48 +02:00
parent b548d42079
commit 8f3a07d483
8 changed files with 14594 additions and 4666 deletions

View File

@@ -0,0 +1,17 @@
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
],
"predeploy": [
"npm --prefix \"$RESOURCE_DIR\" run build"
]
}
]
}