Node and react web application fail

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”
},

the folder name of the front is personal-web

Hi,

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.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.