We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63b12d commit 7af44d8Copy full SHA for 7af44d8
samples/basic_db/firebase.json
@@ -2,7 +2,10 @@
2
"functions": [
3
{
4
"source": "functions",
5
- "codebase": "default"
+ "codebase": "default",
6
+ "ignore": [
7
+ "venv"
8
+ ]
9
}
10
]
11
0 commit comments