Skip to content

Commit

Permalink
chore: refact
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Nov 6, 2023
1 parent d3854d3 commit 8aacd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Strategy, log } from './index';

export const LifeCycleConfig = {
hooks: {
init: [],
init: [], // 后面需要改成Set,否则会出现重复问题
before: [],
load: [],
after: [],
Expand Down

0 comments on commit 8aacd90

Please sign in to comment.