Skip to content

Commit fc82cc9

Browse files
committed
fix: add /config/sync folder to the watchIgnoreFiles
1 parent bb944ef commit fc82cc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

playground/config/admin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default ({ env }) => ({
1818
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
1919
},
2020
watchIgnoreFiles: [
21+
'**/config/sync/**',
2122
'!**/.yalc/**/server/**',
2223
],
2324
});

0 commit comments

Comments
 (0)