This commit is contained in:
Frank
2025-09-15 17:37:07 -04:00
parent 910ea84360
commit b6d2046b0e

View File

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