Files
opencode/packages/core/src/config/watcher.ts
T
2026-05-27 23:11:56 -04:00

8 lines
209 B
TypeScript

export * as ConfigWatcher from "./watcher"
import { Schema } from "effect"
export class Info extends Schema.Class<Info>("Config.Watcher")({
ignore: Schema.String.pipe(Schema.Array, Schema.optional),
}) {}