mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
5fcddbd096
Add TypeScript wrappers and TanStack Query hooks for: - Global proxy config (address, port, logging) - Per-app proxy config (failover, timeouts, circuit breaker) - Proxy takeover status management
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
export * from "./queryClient";
|
|
export * from "./queries";
|
|
export * from "./mutations";
|
|
export * from "./proxy";
|