mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
ci: sync
This commit is contained in:
parent
e716271466
commit
925284c6c1
20 changed files with 669 additions and 635 deletions
|
|
@ -15,11 +15,8 @@ export default $config({
|
|||
}
|
||||
},
|
||||
async run() {
|
||||
const { api } = await import("./infra/app.js")
|
||||
const { auth } = await import("./infra/cloud.js")
|
||||
return {
|
||||
api: api.url,
|
||||
auth: auth.url,
|
||||
}
|
||||
await import("./infra/app.js")
|
||||
await import("./infra/cloud.js")
|
||||
await import("./infra/desktop.js")
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue