Add shared event bus for plugin config updates (#7895)

This commit is contained in:
Ryan Wang
2025-11-04 22:08:45 +08:00
committed by GitHub
parent 5a47be9783
commit fc475f6bf9
6 changed files with 101 additions and 76 deletions

View File

@@ -1,3 +1,4 @@
export * from "./events";
export * from "./plugin";
export * from "./stores";
export * from "./types";