network-api/firebase.json
2024-08-08 16:49:43 -07:00

16 lines
239 B
JSON

{
"hosting": {
"public": "public",
"redirects": [ {
"source": "/",
"destination": "/install.sh",
"type": 301
} ],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}