05f8e2e3b6
- Create reusable components: auth, api-client, shared-types - ModeTemplate with Hono backend and SvelteKit frontend - Auth store refactored to class-based Svelte 5 pattern - SSR-safe hydrate() pattern for localStorage access - Frontend builds successfully with Svelte 5 runes
3 lines
125 B
TypeScript
3 lines
125 B
TypeScript
export { createApiClient } from './api-client';
|
|
export type { ApiResponse, ApiClientConfig, ApiClient } from './api-client';
|