mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-26 08:12:13 +00:00
perf: serve console from us-east-2 instead of us-east-1 (#28640)
Some checks are pending
deploy / deploy (push) Waiting to run
Some checks are pending
deploy / deploy (push) Waiting to run
This commit is contained in:
parent
748fcb7ebd
commit
7703786498
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ new sst.cloudflare.x.SolidStart("Console", {
|
|||
},
|
||||
transform: {
|
||||
server: {
|
||||
placement: { region: "aws:us-east-1" },
|
||||
placement: { region: "aws:us-east-2" },
|
||||
transform: {
|
||||
worker: {
|
||||
tailConsumers: [{ service: logProcessor.nodes.worker.scriptName }],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue