Skip to content

Commit

Permalink
feat(config): forbid server plugin from disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 25, 2023
1 parent 3975544 commit 56e9979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/config/client/components/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const dialogSelect = ref<Tree>()
export const coreDeps = [
'@koishijs/plugin-console',
'@koishijs/plugin-config',
'@koishijs/plugin-server',
]

export function hasCoreDeps(tree: Tree) {
Expand Down

0 comments on commit 56e9979

Please sign in to comment.