mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 17:05:56 -04:00
- Drop `@sofa/core` and `@sofa/api` from `apps/public-api` — importing workspace packages with DB/Node dependencies broke the Vercel edge runtime - `fetchUserData` on Trakt and Simkl importers now returns raw `unknown` API responses; parsing is deferred to the self-hosted server - Add `source` + `rawPayload` fields to `ParsePayloadInput`; `parsePayload` procedure now dispatches to `parseTraktPayload`/`parseSimklPayload` and returns full warnings + diagnostics - Export `ProviderEnum` from `apps/public-api/src/importers/index.ts` instead of defining it inline in `app.ts`
19 lines
146 B
Plaintext
19 lines
146 B
Plaintext
node_modules
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
*.db
|
|
*.db-*
|
|
.env
|
|
.env.*
|
|
.DS_Store
|
|
data
|
|
coverage
|
|
.vscode
|
|
.idea
|
|
.turbo
|
|
.tanstack
|
|
apps/native
|
|
apps/public-api
|
|
docs
|