chore: add firebase deployment

This commit is contained in:
w33ble
2026-01-11 20:09:07 -07:00
parent 92b90dd3b0
commit c4ad0e7dda
5 changed files with 5271 additions and 5 deletions

16
firebase.json Normal file
View File

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