feat(schema): publish package

This commit is contained in:
Dax Raad 2026-07-01 13:33:59 -04:00
commit 5e47501b8b
77 changed files with 413 additions and 325 deletions

View file

@ -1,7 +1,7 @@
export * as Workspace from "./workspace"
export * as Workspace from "./workspace.js"
import { WorkspaceEvent } from "./workspace-event"
import { WorkspaceID } from "./workspace-id"
import { WorkspaceEvent } from "./workspace-event.js"
import { WorkspaceID } from "./workspace-id.js"
export const ID = WorkspaceID
export type ID = WorkspaceID