Skip to content

Commit a22e406

Browse files
committed
chore: disable webhook entity
1 parent e3e889b commit a22e406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/csk/uniform.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ module.exports = uniformConfig({
66
serializationConfig: { directory: './content' },
77
},
88
// you can disable specific entities from being included, which can speed up your sync
9-
// disableEntities: ['asset']
9+
disableEntities: ['webhook'],
1010
});

0 commit comments

Comments
 (0)