// Frontend entry point - exports auth module for browser export { PocketBaseAuth, initPocketBaseAuth } from '../auth-module/frontend'; export type { AuthConfig, AuthState, AuthCallbacks } from '../auth-module/types';