chore: add config/sync to the watch ignore files

pull/166/head
Boaz Poolman 2024-12-29 22:38:38 +00:00
parent c30f034cf2
commit 592e934fe8
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ module.exports = ({ env }) => ({
},
watchIgnoreFiles: [
'!**/.yalc/**/server/**',
'**/config/sync/**',
]
});