managarten/services/mana-user/src/db/schema/index.ts
Till JS ef19018e71 feat(infra): add mana-sync and mana-notify-go to docker-compose
- mana-sync on port 3051 (Go sync server for local-first apps)
- mana-notify-go on port 3040 (Go notification service)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 22:35:05 +01:00

4 lines
111 B
TypeScript

export * from './tag-groups';
export * from './tags';
export * from './tag-links';
export * from './settings';