stagingfrontend / firebase.json
Antaram's picture
Upload 40 files
c2ddef6 verified
raw
history blame contribute delete
142 Bytes
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}