Auth is working! Attempting to run dev behind reverse proxy

This commit is contained in:
Gabriel Brown 2024-08-08 04:25:41 -05:00
parent c35322990a
commit 18334e25f2

View File

@ -13,7 +13,8 @@
"lint": "next lint",
"start": "next start",
"generate-apple-secret": "tsx src/scripts/generate_apple_secret.ts",
"go": "git pull && next build && next start"
"go": "git pull && next dev",
"goprod": "git pull && next build && next start"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.2",