chore: add firebase deploy

This commit is contained in:
2018-08-31 13:36:45 -07:00
parent 804fac1afb
commit fc158da8a1
4 changed files with 2563 additions and 49 deletions

View File

@@ -0,0 +1,12 @@
{
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}