chore: add config/sync to the watch ignore files
parent
c30f034cf2
commit
592e934fe8
|
@ -19,5 +19,6 @@ module.exports = ({ env }) => ({
|
||||||
},
|
},
|
||||||
watchIgnoreFiles: [
|
watchIgnoreFiles: [
|
||||||
'!**/.yalc/**/server/**',
|
'!**/.yalc/**/server/**',
|
||||||
|
'**/config/sync/**',
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue