This commit is contained in:
Frank
2025-12-23 12:58:28 -05:00
parent 9fcdd5533d
commit 00566f4c6c
9 changed files with 33 additions and 8 deletions
-1
View File
@@ -18,7 +18,6 @@ export default $config({
async run() {
await import("./infra/app.js")
await import("./infra/console.js")
await import("./infra/desktop.js")
await import("./infra/enterprise.js")
},
})