2024-08-08 23:44:49 +00:00
|
|
|
{
|
|
|
|
"hosting": {
|
|
|
|
"public": "public",
|
2024-08-08 23:54:42 +00:00
|
|
|
"rewrites": [ {
|
2024-08-09 00:27:15 +00:00
|
|
|
"source": "**",
|
2024-08-08 23:57:21 +00:00
|
|
|
"destination": "/install.sh"
|
2024-08-08 23:49:23 +00:00
|
|
|
} ],
|
2024-08-08 23:44:49 +00:00
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|