We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe906f commit 021ab50Copy full SHA for 021ab50
1 file changed
packages/opencode/src/control-plane/workspace.ts
@@ -116,7 +116,7 @@ export namespace Workspace {
116
const env = {
117
OPENCODE_AUTH_CONTENT: JSON.stringify(await AppRuntime.runPromise(Auth.Service.use((auth) => auth.all()))),
118
OPENCODE_WORKSPACE_ID: config.id,
119
- OPENCODE_EXPERIMENTAL_WORKSPACES: "true"
+ OPENCODE_EXPERIMENTAL_WORKSPACES: "true",
120
}
121
await adaptor.create(config, env)
122
0 commit comments