Skip to content

Commit

Permalink
Initialize a firebase project with hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
KristaRutz committed May 18, 2020
1 parent 7ddb35d commit c654daf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "story-jam"
}
}
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}

0 comments on commit c654daf

Please sign in to comment.