refactor(app): rename global context files to server context files (#28790)

This commit is contained in:
Brendan Allan
2026-05-25 09:01:02 +08:00
committed by GitHub
parent c5c9a1d435
commit eab34b46d0
56 changed files with 338 additions and 338 deletions
@@ -24,7 +24,7 @@ const [store, setStore] = createStore({
config: { permission: {} },
})
export function useGlobalSync() {
export function useServerSync() {
return {
data: {
provider,