Skip to content

Commit

Permalink
-In relation to firebase-tools 13.0.0 breaking change, Firebase CLI w…
Browse files Browse the repository at this point in the history
…ill only reserve functions directory when there is a functions configuration entry in firebase.json that does not specify the source directory.
  • Loading branch information
lehcar09 committed Apr 24, 2024
1 parent ad3c92d commit e14dcc4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion functions/firebase.json
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
{}
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
]
}
]
}

0 comments on commit e14dcc4

Please sign in to comment.