sync
This commit is contained in:
parent
2935d1819e
commit
e63dcd30f3
4 changed files with 22 additions and 10 deletions
|
|
@ -272,13 +272,16 @@ new sst.cloudflare.x.SolidStart("Console", {
|
|||
new sst.Secret("CLOUDFLARE_API_TOKEN", process.env.CLOUDFLARE_API_TOKEN!),
|
||||
]
|
||||
: []),
|
||||
// TODO
|
||||
new sst.Secret("FOO"),
|
||||
],
|
||||
environment: {
|
||||
//VITE_DOCS_URL: web.url.apply((url) => url!),
|
||||
//VITE_API_URL: gateway.url.apply((url) => url!),
|
||||
VITE_AUTH_URL: auth.url.apply((url) => url!),
|
||||
VITE_STRIPE_PUBLISHABLE_KEY: STRIPE_PUBLISHABLE_KEY.value,
|
||||
PLACEHOLDER: "keepalive",
|
||||
// TODO
|
||||
KEEPALIVE: "keepalive2",
|
||||
},
|
||||
transform: {
|
||||
server: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue