wip: gateway

This commit is contained in:
Frank
2025-08-04 21:08:28 -04:00
parent 2970ba6416
commit 40036abb9d
10 changed files with 616 additions and 8 deletions

View File

@@ -10,9 +10,10 @@ export default $config({
}
},
async run() {
const { api } = await import("./infra/app.js")
const { api, gateway } = await import("./infra/app.js")
return {
api: api.url,
gateway: gateway.url,
}
},
})