Skip to content

Commit

Permalink
chore: use firebase-tools-with-isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Mar 30, 2024
1 parent 8a23b45 commit d304379
Show file tree
Hide file tree
Showing 3 changed files with 1,043 additions and 43 deletions.
8 changes: 3 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
"functions": [
{
"source": "apps/api",
"predeploy": [
"pnpm --filter api lint",
"pnpm --filter api build"
],
"predeploy": ["pnpm --filter api lint", "pnpm --filter api build"],
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
]
],
"isolate": true
}
],
"hosting": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"root:emulate": "firebase emulators:start"
},
"devDependencies": {
"firebase-tools": "^13.6.0",
"eslint-config-custom": "workspace:*",
"firebase-tools-with-isolate": "^13.4.0",
"prettier": "^3.0.0",
"tsconfig": "workspace:*",
"turbo": "^1.13.0",
"typescript": "^5.0.4",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
"typescript": "^5.0.4"
},
"engines": {
"node": "20"
Expand Down
Loading

0 comments on commit d304379

Please sign in to comment.