Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 11, 2025
1 parent ff45ffe commit a7d1968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export interface ChangeInfo extends Record<string, any> {

declare module '@eggjs/core' {
interface EggCore {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
watcher: Watcher;
}

Expand Down

0 comments on commit a7d1968

Please sign in to comment.