feat(api): add KategoriKegiatan CRUD API and register module - bump to 0.1.46

- Add KategoriKegiatan CRUD (create, findMany, findUnique, update, del)
- Register KategoriKegiatan in Desa API router
- Support soft delete for categories
This commit is contained in:
2026-04-30 11:33:29 +08:00
parent 28a22e8d77
commit 23c955597e
8 changed files with 238 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "desa-darmasaba",
"version": "0.1.45",
"version": "0.1.46",
"private": true,
"scripts": {
"dev": "next dev",