diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..c530bdb --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "framework": "nextjs", + "buildCommand": "cd app && bun install --frozen-lockfile && bun run build", + "installCommand": "echo 'deferred to buildCommand'", + "outputDirectory": "app/.next" +}