This commit is contained in:
Frank 2025-10-04 01:12:22 -04:00
commit 82509e8604
8 changed files with 778 additions and 43 deletions

View file

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