mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
chore: generate
This commit is contained in:
parent
5984d917dc
commit
6434918794
1 changed files with 1 additions and 5 deletions
|
|
@ -123,11 +123,7 @@ export const layer = Layer.effect(
|
|||
const cfgIgnores = cfg.watcher?.ignore ?? []
|
||||
|
||||
if (yield* Flag.OPENCODE_EXPERIMENTAL_FILEWATCHER) {
|
||||
yield* subscribe(ctx.directory, [
|
||||
...FileIgnore.PATTERNS,
|
||||
...cfgIgnores,
|
||||
...protecteds(ctx.directory),
|
||||
])
|
||||
yield* subscribe(ctx.directory, [...FileIgnore.PATTERNS, ...cfgIgnores, ...protecteds(ctx.directory)])
|
||||
}
|
||||
|
||||
if (ctx.project.vcs === "git") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue