This commit is contained in:
Frank
2025-12-23 12:58:28 -05:00
parent c73a17f8af
commit a90f2b9723
9 changed files with 33 additions and 8 deletions

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