Claude/fullstack ai platform vux os #4124
2 changed files+9−3
Addedapps/web/vercel.json+7−0View fileUnifiedSplit
@@ -0,0 +1,7 @@
1{
2 "$schema": "https://openapi.vercel.sh/vercel.json",
3 "framework": "nextjs",
4 "buildCommand": "cd ../.. && bun install && cd apps/web && bun run build",
5 "outputDirectory": ".next",
6 "installCommand": "cd ../.. && bun install"
7}
Modifiedvercel.json+2−3View fileUnifiedSplit
@@ -1,8 +1,7 @@
11{
22 "$schema": "https://openapi.vercel.sh/vercel.json",
3 "framework": "nextjs",
34 "buildCommand": "cd apps/web && bun run build",
45 "outputDirectory": "apps/web/.next",
5 "installCommand": "bun install",
6 "framework": "nextjs",
7 "ignoreCommand": "exit 1"
6 "installCommand": "bun install"
87}
98
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts