Skip to content

Commit 80bb75b

Browse files
committed
chore: add @goggle-cloud/functions-framework
adding this dependency to fix the following error from firebase ``` Build failed: This project is using pnpm but you have not included the Functions Framework in your dependencies. Please add it by running: 'pnpm add @google-cloud/functions-framework'.; Error ID: 5b6dc8b5 ```
1 parent 9787bad commit 80bb75b

File tree

2 files changed

+503
-5
lines changed

2 files changed

+503
-5
lines changed

functions/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"main": "lib/index.js",
1919
"dependencies": {
20+
"@google-cloud/functions-framework": "^4.0.0",
2021
"axios": "^0.25.0",
2122
"cookie-parser": "^1.4.4",
2223
"firebase-admin": "^10.0.2",
@@ -26,6 +27,7 @@
2627
"simple-oauth2": "3.3.0"
2728
},
2829
"devDependencies": {
30+
"@togglecorp/typesync-cli": "^1.1.0",
2931
"@types/cookie-parser": "^1.4.3",
3032
"@types/simple-oauth2": "2.5.5",
3133
"@typescript-eslint/eslint-plugin": "^5.12.0",
@@ -35,8 +37,7 @@
3537
"eslint-plugin-import": "^2.25.4",
3638
"eslint-plugin-promise": "^4.0.1",
3739
"firebase-functions-test": "^0.2.0",
38-
"typescript": "^5.9.2",
39-
"@togglecorp/typesync-cli": "^1.1.0"
40+
"typescript": "^5.9.2"
4041
},
4142
"packageManager": "[email protected]",
4243
"engines": {

0 commit comments

Comments
 (0)