diff options
| author | Frank <[email protected]> | 2025-12-23 17:03:00 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-23 17:03:00 -0500 |
| commit | 1bd8e617198b7e1592142849accbc7889ae2526b (patch) | |
| tree | 8e9c68eae71e7ecb08a4a9e91c1f1215d2982814 /infra | |
| parent | b6c07cb1b8fd8b433dba6c7f5da48ee23d07b8d6 (diff) | |
| download | opencode-1bd8e617198b7e1592142849accbc7889ae2526b.tar.gz opencode-1bd8e617198b7e1592142849accbc7889ae2526b.zip | |
ci: adam is not a full stack engineer
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/app.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/infra/app.ts b/infra/app.ts index 97d7de557..1b2351ec8 100644 --- a/infra/app.ts +++ b/infra/app.ts @@ -46,10 +46,7 @@ new sst.cloudflare.x.Astro("Web", { }) new sst.cloudflare.StaticSite("WebApp", { - domain: { - name: "app." + domain, - // redirects: ["desktop." + domain], - }, + domain: "app." + domain, path: "packages/app", build: { command: "bun turbo build", |
