We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2d60e + e916633 commit d410f27Copy full SHA for d410f27
package.json
@@ -89,7 +89,7 @@
89
},
90
"scripts": {
91
"start": "concurrently -k \"npm run server\" \"npm run client\"",
92
- "server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/src/server.ts",
+ "server": "cross-env NODE_OPTIONS='--max-old-space-size=8000' nodemon server/dist/server.js",
93
"client": "vite",
94
"build": "vite build",
95
"build:server": "tsc -p server/tsconfig.json",
@@ -130,6 +130,7 @@
130
"ajv": "^8.8.2",
131
"concurrently": "^7.0.0",
132
"cross-env": "^7.0.3",
133
+ "esbuild": "^0.25.10",
134
"js-cookie": "^3.0.5",
135
"nodemon": "^2.0.15",
136
"sequelize-cli": "^6.6.2",
0 commit comments