Frank 2 ماه پیش
والد
کامیت
c75584a31b
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  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",
 })