network-api/firebase.json
Collin Jackson c4a43d3dda Revert "Try more specific source"
This reverts commit 2055e937b9.
2024-08-08 17:27:15 -07:00

15 lines
220 B
JSON

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