diff --git a/wrangler.jsonc b/wrangler.jsonc index 3eda9d7..da2b6ce 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -6,8 +6,11 @@ "vars": { "DISCORD_GATEWAY_ENABLED": "true" }, + "build": { + "command": "cd admin && bun install --frozen-lockfile && bun run generate" + }, "assets": { - "directory": "./admin/dist", + "directory": "./admin/.output/public", "binding": "ASSETS", "run_worker_first": true, "not_found_handling": "single-page-application"