Skip to content

Commit a37a582

Browse files
committed
Add firebase hosting config files
Signed-off-by: PoojaB26 <[email protected]>
1 parent 82f8c0e commit a37a582

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "flutterflow-docs-82026"
4+
}
5+
}

firebase.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"hosting": {
3+
"public": "build",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)