Skip to content

Commit

Permalink
firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Mar 12, 2017
1 parent 3758ad7 commit 64a8059
Show file tree
Hide file tree
Showing 2 changed files with 16 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": "chatapp-90a01"
}
}
11 changes: 11 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"hosting": {
"public": "build",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 64a8059

Please sign in to comment.