Frank 5 months ago
parent
commit
b6d2046b0e
1 changed files with 1 additions and 1 deletions
  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")
   },
 })