Add config and firebase

This commit is contained in:
2019-05-21 11:00:14 +09:00
parent 70d0fb9f1c
commit 5f0b10eed7
10 changed files with 961 additions and 61 deletions

16
firebase.json Normal file
View File

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