Configure firebase hosting

This commit is contained in:
schmelczerandras 2020-09-21 16:16:55 +02:00
parent bff374c580
commit c5f3d551c7
4 changed files with 37 additions and 0 deletions

10
firebase.json Normal file
View file

@ -0,0 +1,10 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}