deploying via firebase

This commit is contained in:
2026-07-15 13:50:39 +01:00
parent 0d613be4db
commit d1d913b9e4
4 changed files with 38 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"hosting": {
"site": "qr-code-jms",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}