network-api/firebase.json

16 lines
239 B
JSON
Raw Normal View History

2024-08-08 23:44:49 +00:00
{
"hosting": {
"public": "public",
2024-08-08 23:49:23 +00:00
"redirects": [ {
"source": "/",
"destination": "/install.sh",
"type": 301
} ],
2024-08-08 23:44:49 +00:00
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}