This commit is contained in:
agra
2026-03-02 20:46:06 +02:00
parent e63c946116
commit ae269b1bfc
4 changed files with 25 additions and 8 deletions

16
firebase.json Normal file
View File

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