summaryrefslogtreecommitdiffhomepage
path: root/app/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-05-23 14:26:48 -0400
committerDax Raad <[email protected]>2025-05-26 12:40:17 -0400
commit8cbd59296e8510cb590b162d7548872fabf16c10 (patch)
tree70fa29295d52fb0cee4b646008a089a31f617c28 /app/infra
parent83974e0c95d65c72d12e7d58a287514c39f3768f (diff)
downloadopencode-8cbd59296e8510cb590b162d7548872fabf16c10.tar.gz
opencode-8cbd59296e8510cb590b162d7548872fabf16c10.zip
Share: syc
Diffstat (limited to 'app/infra')
-rw-r--r--app/infra/app.ts22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/infra/app.ts b/app/infra/app.ts
index 1a97740f4..a331f14eb 100644
--- a/app/infra/app.ts
+++ b/app/infra/app.ts
@@ -23,14 +23,14 @@ export const api = new sst.cloudflare.Worker("Api", {
},
})
-new sst.cloudflare.StaticSite("Web", {
- path: "packages/web",
- environment: {
- VITE_API_URL: api.url,
- },
- errorPage: "fallback.html",
- build: {
- command: "bun run build",
- output: "dist/client",
- },
-})
+//new sst.cloudflare.StaticSite("Web", {
+// path: "packages/web",
+// environment: {
+// VITE_API_URL: api.url,
+// },
+// errorPage: "fallback.html",
+// build: {
+// command: "bun run build",
+// output: "dist/client",
+// },
+//})