mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 20:03:30 +02:00
chore: prepare cloud merge point with docker and firebase configs in movexe fork Boris account? No, current user.
This commit is contained in:
parent
b38a297349
commit
4a6b335ce3
14 changed files with 263 additions and 2 deletions
21
firebase.json
Normal file
21
firebase.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"hosting": {
|
||||
"source": "surfsense_web",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"frameworksBackend": {
|
||||
"region": "us-east1"
|
||||
}
|
||||
},
|
||||
"emulators": {
|
||||
"dataconnect": {
|
||||
"dataDir": "dataconnect/.dataconnect/pgliteData"
|
||||
}
|
||||
},
|
||||
"dataconnect": {
|
||||
"source": "dataconnect"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue