fix: add /config/sync folder to the watchIgnoreFiles

pull/189/head
Boaz Poolman 2025-06-30 07:36:31 +02:00
parent bb944efb16
commit fc82cc962f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export default ({ env }) => ({
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
},
watchIgnoreFiles: [
'**/config/sync/**',
'!**/.yalc/**/server/**',
],
});