mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
- Move from apps-archived/ to apps/ - Delete NestJS API, Docker files, old docs, browser extension - Create Hono/Bun server with content extraction (Mozilla Readability) and AI feed API reading from mana-sync's sync_changes - Create local-first store (articles, categories) with guest seed data - Rewrite web app: Feed page, Saved articles with URL extraction, auth pages using shared-auth-ui, AuthGate with guest mode - Add news to shared-branding (app icon, mana-apps registry) - Add CLAUDE.md, dev scripts, root CLAUDE.md entry - 0 type errors on both server and web Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
268 B
Text
12 lines
268 B
Text
# Database
|
|
DATABASE_URL=postgresql://news:news_dev_password@localhost:5432/news_hub
|
|
|
|
# API
|
|
API_PORT=3000
|
|
API_URL=http://localhost:3000
|
|
|
|
# Better Auth
|
|
BETTER_AUTH_SECRET=your-super-secret-key-change-in-production
|
|
|
|
# Mobile App
|
|
EXPO_PUBLIC_API_URL=http://localhost:3000
|