Parcourir la source

chore: generate

opencode-agent[bot] il y a 1 jour
Parent
commit
021ab50fb1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/opencode/src/control-plane/workspace.ts

+ 1 - 1
packages/opencode/src/control-plane/workspace.ts

@@ -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)