Commit cf9f473
committed
fix(llm-model-catalog): stop generated files showing as modified
defaultPrices.ts and modelCatalog.ts are generated by scripts/generate.mjs
with JSON.stringify (quoted keys, no trailing commas), but oxfmt reformatted
the checked-in copies (unquoted keys, trailing commas). So every 'turbo run
generate' (e.g. via 'pnpm run db:migrate') left both files dirty with an
identical-data diff.
Exclude the two generated files in .oxfmtrc.json and commit the raw generator
output, matching how other codegen files in the repo are handled. Generation
is now deterministic and a clean no-op.1 parent 5158ee8 commit cf9f473
3 files changed
Lines changed: 5303 additions & 4927 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments