We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01068ae commit fe333f1Copy full SHA for fe333f1
apps/frontend/.env.local
@@ -19,3 +19,6 @@ AUTH_GOOGLE_SECRET={CLIENT_SECRET}
19
20
AUTH_GITHUB_ID={GITHUB_ID}
21
AUTH_GITHUB_SECRET={GITHUB_ID}
22
+
23
+DATABASE_URL=
24
+DIRECT_URL=
apps/frontend/package.json
@@ -3,7 +3,8 @@
3
"version": "0.25.0",
4
"private": true,
5
"scripts": {
6
- "prepare": "npx prisma generate && dotenv -e .env.local -- prisma migrate deploy && dotenv -e .env.local -- prisma db seed",
+ "prepare": "npx prisma generate",
7
+ "init": "dotenv -e .env.local -- prisma migrate deploy",
8
"dev": "next dev --turbopack",
9
"dev:https": "next dev --turbopack --experimental-https",
10
"build": "dotenv -e .env.local -- prisma migrate deploy && next build",
0 commit comments