diff --git a/apps/marketing/vercel.json b/apps/marketing/vercel.json new file mode 100644 index 000000000..38cebdc94 --- /dev/null +++ b/apps/marketing/vercel.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "nextjs", + "buildCommand": "bun run build", + "installCommand": "bun install", + "devCommand": "bun run dev", + "outputDirectory": ".next" +}