Add firebase

This commit is contained in:
schmelczerandras 2020-10-02 15:41:21 +02:00
parent d9d8d03c36
commit ad73596967
7 changed files with 35 additions and 121 deletions

16
frontend/firebase.json Normal file
View file

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