"add PartyEvent API endpoints with service layer and test cases"

This commit is contained in:
louiscklaw
2025-06-15 15:01:18 +08:00
parent 9ac13787aa
commit 9943283eff
23 changed files with 728 additions and 49 deletions

View File

@@ -6,6 +6,7 @@
"private": true,
"type": "module",
"scripts": {
"dev:check": "yarn tsc:w",
"dev": "vite",
"start": "vite preview",
"build": "tsc && vite build",