chore: github workflows setup

This commit is contained in:
2025-01-24 19:54:27 +01:00
parent e3268a689c
commit c97a525f24
5 changed files with 64 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}