feat: initial working version of project manager
This commit is contained in:
@@ -77,7 +77,7 @@ export type Socket = {
|
||||
export type Edge = [NodeInstance, number, NodeInstance, string];
|
||||
|
||||
export const GraphSchema = z.object({
|
||||
id: z.number(),
|
||||
id: z.number().optional(),
|
||||
meta: z
|
||||
.object({
|
||||
title: z.string().optional(),
|
||||
|
||||
0
packages/ui/src/lib/inputs/Search.svelte
Normal file
0
packages/ui/src/lib/inputs/Search.svelte
Normal file
Reference in New Issue
Block a user