mirror of
https://github.com/xavidop/cardex.git
synced 2026-08-29 01:08:52 +00:00
feat: add card generator
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user