diff --git a/packages/core/src/schema.ts b/packages/core/src/schema.ts index 4420ec2639..9c25bee19b 100644 --- a/packages/core/src/schema.ts +++ b/packages/core/src/schema.ts @@ -9,15 +9,7 @@ import { statics, } from "@opencode-ai/schema/schema" -export { - AbsolutePath, - DateTimeUtcFromMillis, - NonNegativeInt, - optional, - PositiveInt, - RelativePath, - statics, -} +export { AbsolutePath, DateTimeUtcFromMillis, NonNegativeInt, optional, PositiveInt, RelativePath, statics } /** * Strip `readonly` from a nested type. Stand-in for `effect`'s `Types.DeepMutable`