Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Redninjale committed Feb 28, 2025
1 parent 70e9df5 commit 9825286
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions my-turborepo/apps/auth-proxy/routes/[...auth].ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { Auth } from "@auth/core";
import Discord from "@auth/core/providers/discord";
import { eventHandler, toWebRequest } from "h3";
import Auth0 from "next-auth/providers/auth0";
import Auth0 from "@auth/core/providers/auth0";

export default eventHandler(async (event) =>
Auth(toWebRequest(event), {
secret: process.env.AUTH_SECRET,
trustHost: !!process.env.AUTH_URL,
redirectProxyUrl: process.env.AUTH_REDIRECT_PROXY_URL,
providers: [
Discord({
Expand Down
1 change: 1 addition & 0 deletions my-turborepo/apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"remark-html": "^16.0.1",
"sass": "^1.77.8",
"scss": "^0.2.4",
"sharp": "^0.33.4",
"styled-components": "^6.1.13",
"superjson": "2.2.1",
"tailwind-merge": "^2.3.0",
Expand Down
1 change: 1 addition & 0 deletions my-turborepo/apps/team-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-modal-video": "^2.0.1",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
6 changes: 6 additions & 0 deletions my-turborepo/pnpm-lock.yaml

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

0 comments on commit 9825286

Please sign in to comment.