mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-21 16:41:56 +00:00
fix: repair skills watcher ignored typing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user