diff options
| author | Frank <[email protected]> | 2025-09-03 13:52:01 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 13:52:01 -0400 |
| commit | fefaad6226a541045f5336d5462b1ade468424db (patch) | |
| tree | b30a619a480a02c8c292277906ddafab9c71fd35 /infra | |
| parent | 3f9b569575e29368348e38697d9d7c0e65f5462f (diff) | |
| download | opencode-fefaad6226a541045f5336d5462b1ade468424db.tar.gz opencode-fefaad6226a541045f5336d5462b1ade468424db.zip | |
wip cloud smart
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/cloud.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/infra/cloud.ts b/infra/cloud.ts index f81e9c45a..74690669e 100644 --- a/infra/cloud.ts +++ b/infra/cloud.ts @@ -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", + }, + }, + }, + }, + }, }) |
