feat: Make sure worker runs close to db

This commit is contained in:
Wanjohi
2025-10-12 03:03:44 +03:00
parent 9b1dc054d0
commit a3ee9aadd9

View File

@@ -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",
},
},
},
});