wip cloud smart

This commit is contained in:
Frank 2025-09-03 13:52:01 -04:00
commit fefaad6226
2 changed files with 20 additions and 0 deletions

View file

@ -131,4 +131,15 @@ new sst.cloudflare.x.SolidStart("Console", {
//VITE_API_URL: gateway.url.apply((url) => url!),
VITE_AUTH_URL: auth.url.apply((url) => url!),
},
transform: {
server: {
transform: {
worker: {
placement: {
mode: "smart",
},
},
},
},
},
})