Skip to content

Commit

Permalink
add clerk
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 8, 2024
1 parent 473799e commit cb36e65
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"sort-packages": "pnpx sort-package-json",
"start": "pnpm with-env next start",
"typecheck": "tsc --noEmit",
"with-env": "dotenv -e ../../.env --",
"vercel:pull": "vercel env pull .env.development.local"
"vercel:pull": "vercel env pull .env.development.local",
"with-env": "dotenv -e ../../.env --"
},
"prettier": "@battle-stadium/prettier-config",
"dependencies": {
Expand All @@ -22,6 +22,9 @@
"@battle-stadium/db": "workspace:*",
"@battle-stadium/ui": "workspace:*",
"@battle-stadium/validators": "workspace:*",
"@clerk/backend": "^1.15.1",
"@clerk/clerk-react": "^5.13.1",
"@clerk/nextjs": "^6.0.2",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "catalog:",
"@trpc/client": "catalog:",
Expand Down
9 changes: 9 additions & 0 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 cb36e65

Please sign in to comment.