pull/2621/head
Frank 2025-09-15 17:37:07 -04:00
parent 910ea84360
commit b6d2046b0e
1 changed files with 1 additions and 1 deletions

View File

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