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),
|
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
|
||||||
},
|
},
|
||||||
watchIgnoreFiles: [
|
watchIgnoreFiles: [
|
||||||
|
'**/config/sync/**',
|
||||||
'!**/.yalc/**/server/**',
|
'!**/.yalc/**/server/**',
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue