Problem statement
The app serves /openapi.json, and route registration is schema-aware, but src/generated/api.ts is empty and there’s no regeneration script in package.json.
Proposed solution
Add codegen, fill any missing response schemas, and produce non-empty generated types.
This is the BIG one! this will let us make other package tools in minutes!
Alternatives considered
No response
Impact area
None
Problem statement
The app serves
/openapi.json, and route registration is schema-aware, butsrc/generated/api.tsis empty and there’s no regeneration script in package.json.Proposed solution
Add codegen, fill any missing response schemas, and produce non-empty generated types.
This is the BIG one! this will let us make other package tools in minutes!
Alternatives considered
No response
Impact area
None