|
@@ -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")
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|