fix: add /config/sync folder to the watchIgnoreFiles
parent
bb944efb16
commit
fc82cc962f
|
@ -18,6 +18,7 @@ export default ({ env }) => ({
|
|||
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
|
||||
},
|
||||
watchIgnoreFiles: [
|
||||
'**/config/sync/**',
|
||||
'!**/.yalc/**/server/**',
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue