Files
seanime/codegen
5rahim 2bcfa02469 feat(ts): working on frontend
feat(ts): worked on structs and data flow
2024-05-17 14:54:08 -04:00
..
2024-05-17 14:54:08 -04:00
2024-05-17 14:54:08 -04:00
2024-04-25 20:08:57 -04:00

Codegen

Run after adding/removing/updating:

  • A struct returned by a route handler.
  • A route handler.
  • A route endpoint.

Code is generated in the ./codegen directory and in ../seanime-web/src/api/generated.

Make sure the web codebase is up-to-date after running this script.