Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
firebase configs
  • Loading branch information
tianyangj committed Jun 27, 2018
1 parent eafc63d commit f095f60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
@@ -0,0 +1,5 @@
{
"projects": {
"default": "eostrackerio"
}
}
16 changes: 16 additions & 0 deletions firebase.json
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit f095f60

Please sign in to comment.