this is in the server
“scripts”: {
“test”: “echo "Error: no test specified" && exit 1”,
“dev”: “nodemon server.ts”
},
this is in the front
“scripts”: {
“dev”: “vite”,
“build”: “tsc && vite build”,
“lint”: “eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0”,
“preview”: “vite preview”
},
I’ve replied to the ticket (and the other topic) you also opened (please refrain from opening multiple topics on the same issue, just add the detail to the same topic. Let’s keep the conversation in one place (on the ticket). Then you can update this post when we get to the solution.