Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
s-alad committed May 5, 2024
1 parent 13b333f commit 28a78e4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
5 changes: 5 additions & 0 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "toofake-client"
}
}
6 changes: 3 additions & 3 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sst.config.ts
# open-next
.open-next

# firebase
firebase.json
.firebaserc
# firebase for current deployment
# firebase.json
# .firebaserc
.firebase
13 changes: 13 additions & 0 deletions client/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "us-east1"
}
}
}
1 change: 0 additions & 1 deletion client/sst-env.d.ts

This file was deleted.

14 changes: 0 additions & 14 deletions client/sst.config.ts

This file was deleted.

0 comments on commit 28a78e4

Please sign in to comment.