mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-10 07:45:36 +02:00
feat: Make sure worker runs close to db
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user