Handover workspace

ERS, Todo, OfferReview, and Docu in one view

Imported from live server docs, code structure, and deployment notes.

Apr 3, 2026, 11:07 AM

Todo

Package Summary

No summary found yet.

_generated/02-package-summary.md

Updated Apr 3, 2026, 11:07 AM

Package Summary

Identity

  • Package name: app-whatidotoday
  • Framework: Next.js
  • Script count: 10
  • Dependency count: 18

Scripts

ScriptCommand
devnext dev
buildnext build
startnext start
linteslint .
testvitest run
test:watchvitest
prisma:generateprisma generate
prisma:migrateprisma migrate dev
db:pushprisma db push
cron:exportstsx scripts/run-scheduled-exports.ts

Dependency Signals

  • @prisma/client
  • @types/node
  • @types/react
  • @types/react-dom
  • @types/sanitize-html
  • bcryptjs
  • eslint
  • eslint-config-next
  • jose
  • next
  • pdf-lib
  • prisma
  • react
  • react-dom
  • sanitize-html
  • tsx
  • typescript
  • vitest

Why this matters

  • This gives a junior operator a quick read on the framework, build shape, and the scripts most likely to matter during support work.
  • For Todo, these package details are imported directly from /srv/apps/todo/prod/package.json.