8ec4c582c1
fix: eliminate remaining any types in API routes
...
- use Prisma.JsonValue and Prisma input types throughout
- add proper type guards for array and object checks
- replace any with Record<string, unknown> where appropriate
- all API/RSS routes now have zero any type errors
2025-11-23 05:28:05 -08:00
94e13f1129
chore: auto-fix linting issues with eslint --fix
...
Apply automatic fixes for prefer-const violations and other
auto-fixable linting errors. Reduces error count from 613 to 622.
2025-11-23 04:48:06 -08:00
f5a440a2ca
feat(api/server): add posts PATCH and optimistic concurrency (updatedAt) for posts and projects
2025-08-31 11:03:27 -07:00
3d993d76ed
Remove old post types to reduce confusion
2025-06-11 00:06:44 -07:00
4a82426dd5
Get rid of explicit excerpt on Post
2025-06-02 13:03:03 -07:00
78443e2bdd
Prettier + build errors
2025-06-02 08:41:03 -07:00
2f504abb57
big update
2025-06-01 23:48:10 -07:00
b314be59f4
Library support in Edra
2025-05-31 13:17:38 -07:00
c7b4f57ab0
tbh i dont know whats going on anymore
2025-05-31 02:08:26 -07:00
80d54aaaf0
Admin WIP
...
Projects and Posts sorta work, need design help
2025-05-27 16:57:51 -07:00