Files
Toju/electron/api/index.ts
2026-04-29 15:24:56 +02:00

9 lines
178 B
TypeScript

export {
applyLocalApiSettings,
getLocalApiSnapshot,
startLocalApiServer,
stopLocalApiServer,
type LocalApiSnapshot,
type LocalApiStatus
} from './local-api-server';