CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Claude/fullstack ai platform vux os #4124

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/fullstack-ai-platform-VuxOSclaude/build-email-service-3R7eoopened Apr 6, 20260/15 tasks
2 changed files+9−3
Addedapps/web/vercel.json+7−0View fileUnifiedSplit
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
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