"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

@@ -79,6 +79,7 @@
"name": "ionic-react-conference-app",
"private": true,
"scripts": {
"dev:check": "yarn tsc:w",
"build": "tsc && vite build --force",
"build:w": "npx nodemon --ext \"ts,tsx\" --exec \"npm run tsc && npm run build\"",
"dev": "vite --force --host 0.0.0.0 --cors",
@@ -94,4 +95,4 @@
"tsc": "tsc --noEmit"
},
"version": "0.0.1"
}
}