Skip to content

Commit

Permalink
[BUGFIX] Allow override of watcher ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b authored Oct 19, 2024
1 parent 267a610 commit d39f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typo3project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function typo3project(
// This prevents performance issues and avoids file system problems
config.server ??= {};
config.server.watch ??= {};
config.server.watch.ignored = [
config.server.watch.ignored ??= [
"**/.ddev/**",
"**/var/cache/**",
"**/var/charset/**",
Expand Down

0 comments on commit d39f0ba

Please sign in to comment.