fix: repair skills watcher ignored typing

This commit is contained in:
Peter Steinberger
2026-01-17 08:11:57 +00:00
parent c5239f6a8e
commit 616ee3075c

View File

@@ -30,7 +30,7 @@ export const DEFAULT_SKILLS_WATCH_IGNORED = [
/(^|[\\/])\.git([\\/]|$)/,
/(^|[\\/])node_modules([\\/]|$)/,
/(^|[\\/])dist([\\/]|$)/,
] as const;
] as RegExp[];
function bumpVersion(current: number): number {
const now = Date.now();