network-api/firebase.json
Collin Jackson 53fdf45e0e Revert "Try index.html"
This reverts commit 0c27489400.
2024-08-08 17:27:08 -07:00

15 lines
219 B
JSON

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