Skip to content

Commit 26a0d41

Browse files
committed
Adding firebase config files
1 parent 34a487f commit 26a0d41

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

client/.firebaserc

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

client/firebase.json

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

0 commit comments

Comments
 (0)