Files
game/firebase.json
2026-03-02 20:46:06 +02:00

17 lines
243 B
JSON

{
"hosting": {
"public": "sx-out/wasm32",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}