Files
skatabend/firebase.json
Laptop-Luis cb700679a0
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
2026 Version + better Admin Panel
2026-03-27 06:32:11 +01:00

18 lines
262 B
JSON

{
"hosting": {
"site": "skatturnier",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}