mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-11 06:43:44 +00:00
chore: generate
This commit is contained in:
parent
3fe906f517
commit
021ab50fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ export namespace Workspace {
|
|||
const env = {
|
||||
OPENCODE_AUTH_CONTENT: JSON.stringify(await AppRuntime.runPromise(Auth.Service.use((auth) => auth.all()))),
|
||||
OPENCODE_WORKSPACE_ID: config.id,
|
||||
OPENCODE_EXPERIMENTAL_WORKSPACES: "true"
|
||||
OPENCODE_EXPERIMENTAL_WORKSPACES: "true",
|
||||
}
|
||||
await adaptor.create(config, env)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue