Spaces:
Sleeping
Sleeping
yassinekolsi commited on
Commit ·
e84bd01
1
Parent(s): 32dc2be
Add vercel.json for Next.js deployment
Browse files- ui/vercel.json +6 -0
ui/vercel.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"framework": "nextjs",
|
| 3 |
+
"buildCommand": "pnpm build",
|
| 4 |
+
"installCommand": "pnpm install",
|
| 5 |
+
"outputDirectory": ".next"
|
| 6 |
+
}
|