Configure firebase hosting
This commit is contained in:
parent
bff374c580
commit
c5f3d551c7
4 changed files with 37 additions and 0 deletions
10
firebase.json
Normal file
10
firebase.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"hosting": {
|
||||
"public": "dist",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue