mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
wip: cloud
This commit is contained in:
parent
4624f0a260
commit
4e629c5b64
12 changed files with 324 additions and 1230 deletions
|
|
@ -12,15 +12,14 @@ export default $config({
|
|||
},
|
||||
planetscale: "0.4.1",
|
||||
},
|
||||
};
|
||||
}
|
||||
},
|
||||
async run() {
|
||||
const { api } = await import("./infra/app.js");
|
||||
const { auth, gateway } = await import("./infra/cloud.js");
|
||||
const { api } = await import("./infra/app.js")
|
||||
const { auth } = await import("./infra/cloud.js")
|
||||
return {
|
||||
api: api.url,
|
||||
gateway: gateway.url,
|
||||
auth: auth.url,
|
||||
};
|
||||
}
|
||||
},
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue