Skip to content

Commit 592e934

Browse files
committed
chore: add config/sync to the watch ignore files
1 parent c30f034 commit 592e934

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playground/config/admin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ module.exports = ({ env }) => ({
1919
},
2020
watchIgnoreFiles: [
2121
'!**/.yalc/**/server/**',
22+
'**/config/sync/**',
2223
]
2324
});

0 commit comments

Comments
 (0)