20 lines
313 B
JSON
20 lines
313 B
JSON
{
|
|
"hosting": [
|
|
{
|
|
"site": "iwuzzler",
|
|
"public": "dist/frontend/browser",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|