mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
22 lines
358 B
JSON
22 lines
358 B
JSON
|
|
{
|
||
|
|
"hosting": {
|
||
|
|
"source": "surfsense_web",
|
||
|
|
"ignore": [
|
||
|
|
"firebase.json",
|
||
|
|
"**/.*",
|
||
|
|
"**/node_modules/**"
|
||
|
|
],
|
||
|
|
"frameworksBackend": {
|
||
|
|
"region": "us-east1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"emulators": {
|
||
|
|
"dataconnect": {
|
||
|
|
"dataDir": "dataconnect/.dataconnect/pgliteData"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"dataconnect": {
|
||
|
|
"source": "dataconnect"
|
||
|
|
}
|
||
|
|
}
|