diff options
| author | Jay V <[email protected]> | 2025-06-16 20:10:19 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-16 20:10:19 -0400 |
| commit | 4c0c83b02d05ad4ca8a5737019a0e186183dcddc (patch) | |
| tree | 644e5370b07802f2672fe13718c2419c213b0687 /infra | |
| parent | d6d45bdc6388dcc7e5e5248c6b4645d90159bb18 (diff) | |
| download | opencode-4c0c83b02d05ad4ca8a5737019a0e186183dcddc.tar.gz opencode-4c0c83b02d05ad4ca8a5737019a0e186183dcddc.zip | |
docs: readme
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/app.ts | 11 |
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", |
