mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: zen
This commit is contained in:
parent
c2f57ea74d
commit
f47c7c5a07
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import { eq } from "drizzle-orm"
|
|||
export namespace Workspace {
|
||||
export const create = fn(
|
||||
z.object({
|
||||
name: z.string(),
|
||||
name: z.string().min(1),
|
||||
}),
|
||||
async ({ name }) => {
|
||||
const account = Actor.assert("account")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue