💚 Fix turbo build for missing env

This commit is contained in:
Manuel
2023-08-05 10:38:32 +02:00
parent 5ee740bd67
commit cee306ec95

View File

@@ -11,7 +11,7 @@
"dev": "next dev",
"build": "NEXTAUTH_SECRET=WILL_BE_OVERWRITTEN next build",
"analyze": "ANALYZE=true next build",
"turbo": "turbo run build",
"turbo": "DATABASE_URL=WILL_BE_OVERWRITTEN NEXTAUTH_URL=WILL_BE_OVERWRITTEN turbo run build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",