diff --git a/apps/website/wrangler.toml b/apps/website/wrangler.toml index 9239214..47abb2d 100644 --- a/apps/website/wrangler.toml +++ b/apps/website/wrangler.toml @@ -8,7 +8,7 @@ routes = [ { pattern = "sso.v0.md", custom_domain = true } ] site = { bucket = "./.cloudflare/public" } -# build = { command = "npm run build" } +build = { command = "bun run build" } [env.dev] workers_dev = true