"add PartyEvent API endpoints with service layer and test cases"
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user