mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05: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_ID,
|
||||||
secret.DISCORD_CLIENT_SECRET,
|
secret.DISCORD_CLIENT_SECRET,
|
||||||
],
|
],
|
||||||
|
transform: {
|
||||||
|
worker: {
|
||||||
|
placement: {
|
||||||
|
mode: "smart",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user