- extraction-client.ts: lazy singleton (SSR crash fix) [A1] - blob-client.ts: lazy singleton + remove dead re-export [A1] - notes-client.ts: add "use client" directive [A6] - next.config.ts: add output: "standalone" [A2] - Delete mock-data.ts and review-data.ts (dead code) [D3, D4] |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||