diff --git a/bun.lockb b/bun.lockb index cf82b65..37407c5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 592b92d..5772ad9 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,8 @@ "npmluau": "^0.1.1", "remark-github-admonitions-to-directives": "^1.0.5", "sass": "^1.77.6", - "stylus": "^0.63.0" + "stylus": "^0.63.0", + "vercel": "^34.3.0" }, "pnpm": { "overrides": { diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..af153d6 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "installCommand": "curl -fsSL https://bun.sh/install | bash && ~/.bun/bin/bun install --frozen-lockfile", + "buildCommand": "~/.bun/bin/bun run build" +} \ No newline at end of file