Skip to content

Commit

Permalink
fix package issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Nov 11, 2024
1 parent c505176 commit d15bf42
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 13 deletions.
1 change: 1 addition & 0 deletions apps/api/app/api/[[...route]]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ app.get("/health", async (c) => {
status: 200,
});
});

app.get("/session", async (c) => {
const session = c.get("session");
const user = c.get("user");
Expand Down
4 changes: 4 additions & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@
"dependencies": {
"@hono/node-server": "^1.13.5",
"@hono/zod-validator": "^0.4.1",
"@prisma/client": "^5.22.0",
"@repo/auth": "workspace:*",
"@repo/db": "workspace:*",
"@repo/mail": "workspace:*",
"@repo/types": "workspace:*",
"hono": "^4.6.9",
"next": "15.0.2",
"prisma": "^5.22.0",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"zod": "^3.23.8"
Expand Down
5 changes: 4 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"better-call": "0.2.14-beta.3"
"@repo/db": "workspace:*",
"better-auth": "0.8.1-beta.1",
"better-call": "0.2.14-beta.3",
"oslo": "^1.2.1"
}
}
45 changes: 33 additions & 12 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 d15bf42

Please sign in to comment.