We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb559e commit 5070ef0Copy full SHA for 5070ef0
2 files changed
.gitignore
@@ -26,10 +26,8 @@ yarn-error.log*
26
27
# local env files
28
.env
29
-.env.local
30
-.env.development.local
31
-.env.test.local
32
-.env.production.local
+.env.*
+!.env.example
33
34
# vercel
35
.vercel
package.json
@@ -9,7 +9,8 @@
9
"start": "next start",
10
"lint": "eslint src/",
11
"prepare": "husky",
12
- "postinstall": "prisma generate"
+ "postinstall": "prisma generate",
13
+ "vercel-build": "prisma migrate deploy && next build"
14
},
15
"dependencies": {
16
"@base-ui/react": "^1.3.0",
0 commit comments