Megamind/firebase.json

15 lines
222 B
JSON
Raw Permalink Normal View History

2023-09-09 05:11:03 +00:00
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
]
}
]
}