summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/app.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/infra/app.ts b/infra/app.ts
index cc69f6163..618860d92 100644
--- a/infra/app.ts
+++ b/infra/app.ts
@@ -31,17 +31,6 @@ export const api = new sst.cloudflare.Worker("Api", {
},
})
-// new sst.cloudflare.StaticSite("Web", {
-// path: "packages/web",
-// domain,
-// environment: {
-// VITE_API_URL: api.url,
-// },
-// build: {
-// command: "bun run build",
-// output: "dist",
-// },
-// })
new sst.cloudflare.x.Astro("Web", {
domain,
path: "packages/web",