Skip to content

Improve watch config#6675

Open
vimtor wants to merge 8 commits intodevfrom
watch-glob-rules
Open

Improve watch config#6675
vimtor wants to merge 8 commits intodevfrom
watch-glob-rules

Conversation

@vimtor
Copy link
Copy Markdown
Collaborator

@vimtor vimtor commented Apr 1, 2026

after checking existing file watchers like nodemon i've landed on the following config:

{
  watch: {
    paths: ["packages/www", "packages/api"],
    ignore: [".env", "packages/api/generated"]
  }
}

the existing watch: string[] will get deprecated in the next major version

closes #6237
closes #6036

related to #5652 #5074 #6065

@vimtor vimtor force-pushed the watch-glob-rules branch from 5c8d889 to 3564eec Compare April 2, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SIGSEGV in Rust runtime Rust Target At A Great Enough Size Causing Too Many Files Error

1 participant