mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip cloud smart
This commit is contained in:
parent
3f9b569575
commit
fefaad6226
2 changed files with 20 additions and 0 deletions
9
cloud/scripts/sst-env.d.ts
vendored
Normal file
9
cloud/scripts/sst-env.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* This file is auto-generated by SST. Do not edit. */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/* deno-fmt-ignore-file */
|
||||
|
||||
/// <reference path="../../sst-env.d.ts" />
|
||||
|
||||
import "sst"
|
||||
export {}
|
||||
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue