diff --git a/cloud/infra/auth.ts b/cloud/infra/auth.ts index 3e13203d..9bb0b047 100644 --- a/cloud/infra/auth.ts +++ b/cloud/infra/auth.ts @@ -15,4 +15,11 @@ export const auth = new sst.cloudflare.Worker("Auth", { secret.DISCORD_CLIENT_ID, secret.DISCORD_CLIENT_SECRET, ], + transform: { + worker: { + placement: { + mode: "smart", + }, + }, + }, });