Spaces:
Build error
Build error
chore: update deps
Browse files- backend/.gitignore +3 -0
- backend/firebase.json +3 -2
- thinapps-shared +1 -1
backend/.gitignore
CHANGED
|
@@ -73,3 +73,6 @@ build/
|
|
| 73 |
.firebase-emu/
|
| 74 |
*.log
|
| 75 |
.DS_Store
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
.firebase-emu/
|
| 74 |
*.log
|
| 75 |
.DS_Store
|
| 76 |
+
|
| 77 |
+
*.local
|
| 78 |
+
.secret.*
|
backend/firebase.json
CHANGED
|
@@ -11,8 +11,9 @@
|
|
| 11 |
"node_modules",
|
| 12 |
"src",
|
| 13 |
".git",
|
| 14 |
-
"
|
| 15 |
-
"
|
|
|
|
| 16 |
],
|
| 17 |
"predeploy": [
|
| 18 |
"npm --prefix \"$RESOURCE_DIR\" run build:clean",
|
|
|
|
| 11 |
"node_modules",
|
| 12 |
"src",
|
| 13 |
".git",
|
| 14 |
+
"*.log",
|
| 15 |
+
"*.local",
|
| 16 |
+
".secret.*"
|
| 17 |
],
|
| 18 |
"predeploy": [
|
| 19 |
"npm --prefix \"$RESOURCE_DIR\" run build:clean",
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 5990ab1ceb78c5800a959c4b17db3d8b3d01c432
|