We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99787e commit 80fa6e6Copy full SHA for 80fa6e6
1 file changed
infra/console.ts
@@ -278,6 +278,7 @@ new sst.cloudflare.x.SolidStart("Console", {
278
//VITE_API_URL: gateway.url.apply((url) => url!),
279
VITE_AUTH_URL: auth.url.apply((url) => url!),
280
VITE_STRIPE_PUBLISHABLE_KEY: STRIPE_PUBLISHABLE_KEY.value,
281
+ PLACEHOLDER: "keepalive",
282
},
283
transform: {
284
server: {
0 commit comments