mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-29 05:34:19 +01:00
wip: zen
This commit is contained in:
@@ -31,12 +31,11 @@ export namespace Workspace {
|
||||
})
|
||||
})
|
||||
await Actor.provide(
|
||||
"user",
|
||||
"system",
|
||||
{
|
||||
workspaceID,
|
||||
userID,
|
||||
},
|
||||
() => Key.create({ name: "Default API Key" }),
|
||||
() => Key.create({ userID, name: "Default API Key" }),
|
||||
)
|
||||
return workspaceID
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user