managarten/apps/nutriphi/packages/shared/src/index.ts
Till-JS b6af01ed67 feat(nutriphi): add AI-powered nutrition tracking app
- NestJS backend with Gemini AI for food photo analysis
- SvelteKit web app with Svelte 5 runes
- Drizzle ORM schema for meals, goals, favorites, recommendations
- Unified auth pages using shared-auth-ui components
- Landing page with Astro
- Shared types and utilities package
2026-01-25 13:19:51 +01:00

8 lines
112 B
TypeScript

// Types
export * from './types';
// Constants
export * from './constants';
// Utils
export * from './utils';