Frank 8 hónapja
szülő
commit
c75584a31b
1 módosított fájl, 1 hozzáadás és 5 törlés
  1. 1 5
      infra/desktop.ts

+ 1 - 5
infra/desktop.ts

@@ -2,9 +2,5 @@ import { domain } from "./stage"
 
 new sst.cloudflare.StaticSite("Desktop", {
   domain: "desktop." + domain,
-  path: "packages/app",
-  build: {
-    command: "bun turbo build",
-    output: "./dist",
-  },
+  path: "packages/app/public",
 })