mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
21 lines
358 B
JSON
21 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"
|
|
}
|
|
}
|