Explorar el Código

chore: generate

opencode-agent[bot] hace 2 meses
padre
commit
77f2d2227a
Se han modificado 1 ficheros con 1 adiciones y 9 borrados
  1. 1 9
      packages/core/src/schema.ts

+ 1 - 9
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`