Skip to content

Commit 1b47b17

Browse files
authored
Added @types/express because the backend service does not run without this when compiling with pnpm (#793)
1 parent b34a752 commit 1b47b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/with-cli-login/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@testing-library/react": "^13.3.0",
88
"@testing-library/user-event": "^13.5.0",
99
"@types/cors": "^2.8.12",
10+
"@types/express": "^4.17.21",
1011
"@types/jest": "^27.5.2",
1112
"@types/node": "^16.11.38",
1213
"@types/react": "^18.0.10",

0 commit comments

Comments
 (0)