feat: add card generator

This commit is contained in:
xavidop
2025-07-21 13:14:24 +02:00
parent 7695d8c6a7
commit 2bae46ad8d
19 changed files with 1017 additions and 34 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"emulators": {
"auth": {
"port": 9099,
"host": "0.0.0.0"
},
"firestore": {
"port": 8080,
"host": "0.0.0.0"
},
"hub": {
"port": 4400,
"host": "0.0.0.0"
},
"ui": {
"enabled": true,
"host": "0.0.0.0"
},
"logging": {
"host": "0.0.0.0"
},
"singleProjectMode": true
}
}