chore: add use-cases

This commit is contained in:
amhsirak
2025-10-03 18:54:37 +05:30
parent d410f27718
commit 95a4d3c857
2 changed files with 6 additions and 8 deletions

View File

@@ -89,7 +89,7 @@
},
"scripts": {
"start": "concurrently -k \"npm run server\" \"npm run client\"",
"server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/dist/server.js",
"server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/src/server.ts",
"client": "vite",
"build": "vite build",
"build:server": "tsc -p server/tsconfig.json",