Scaffold Next.js + TypeScript service (#7) #32
No reviewers
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol!32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "7-scaffold-nextjs-service"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #7.
Summary
Stack choices (per ticket guidance)
Out of scope
Containerization, DB abstraction, and auth are intentionally not in this PR — those land in #9, #8, and #10/#11. The directories (lib/, db/) are kept with .gitkeep so the layout exists but isn't pre-populated.
⚠️ Known dep audit findings — not addressed here
npm install reports 7 vulnerabilities (1 critical, 1 high, 5 moderate) in the transitive dep tree of the bare scaffold. Out of scope for #7 — these get handled properly under #14 (CI security scanning) where the threshold + reporting are designed end-to-end. Flagging here so it isn't overlooked.
Test plan