ci: stuff

This commit is contained in:
Dax Raad 2025-09-19 05:28:46 -04:00
commit ebef2ea2d0
5 changed files with 365 additions and 360 deletions

View file

@ -17,6 +17,6 @@ export default $config({
async run() {
await import("./infra/app.js")
await import("./infra/console.js")
//await import("./infra/desktop.js")
await import("./infra/desktop.js")
},
})