CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Configure Vercel deployment for admin app and update Next.js config #4097

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/fix-vercel-deployment-BvGj6claude/build-email-service-3R7eoopened Apr 22, 20266/9 tasks
2 changed files+8−3
Modifiedapps/admin/next.config.ts+1−3View fileUnifiedSplit
33const nextConfig: NextConfig = {
44 transpilePackages: ["@alecrae/ui", "@alecrae/shared"],
55 reactStrictMode: true,
6 experimental: {
7 typedRoutes: true,
8 },
6 typedRoutes: true,
97 // UI package strictness issues are tracked in CLAUDE.md known issues #1.
108 // The runtime is fine — only the build-time tsc strict checks fail.
119 typescript: {
Addedapps/admin/vercel.json+7−0View fileUnifiedSplit
1{
2 "$schema": "https://openapi.vercel.sh/vercel.json",
3 "framework": "nextjs",
4 "installCommand": "bun install",
5 "buildCommand": "bun run build",
6 "outputDirectory": ".next"
7}
08
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts