Frank 5 месяцев назад
Родитель
Сommit
b6d2046b0e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      sst.config.ts

+ 1 - 1
sst.config.ts

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