Frank 5 ماه پیش
والد
کامیت
b6d2046b0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      sst.config.ts

+ 1 - 1
sst.config.ts

@@ -17,6 +17,6 @@ export default $config({
   async run() {
   async run() {
     await import("./infra/app.js")
     await import("./infra/app.js")
     await import("./infra/cloud.js")
     await import("./infra/cloud.js")
-    await import("./infra/desktop.js")
+    //await import("./infra/desktop.js")
   },
   },
 })
 })