feat(schema): publish package

This commit is contained in:
Dax Raad
2026-07-01 13:33:59 -04:00
parent d51ba6ed94
commit 5e47501b8b
77 changed files with 413 additions and 325 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
export * as Project from "./project"
export * as Project from "./project.js"
import { Schema } from "effect"
import { define, inventory } from "./event"
import { AbsolutePath, NonNegativeInt, optional } from "./schema"
import { ProjectID } from "./project-id"
import { define, inventory } from "./event.js"
import { AbsolutePath, NonNegativeInt, optional } from "./schema.js"
import { ProjectID } from "./project-id.js"
export const ID = ProjectID
export type ID = typeof ID.Type