Skip to content

Commit

Permalink
ci: fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamcodes committed Mar 30, 2024
1 parent da67fe5 commit 556ab86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.41.0",
"firebase-tools": "^13.6.0",
"vite": "^5.0.0"
}
}
6 changes: 1 addition & 5 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
"rewrites": [
{
"source": "/api/**",
"function": {
"functionId": "server",
"region": "us-central1",
"pinTag": true
}
"function": "server"
},
{
"source": "**",
Expand Down
77 changes: 0 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 556ab86

Please sign in to comment.