I got a problem with my vite/react app
The problem comes with the serve dependency, apparently there are some Args missing but I don't know which ones
7 Replies
Project ID:
1edbc2b0-a9c7-4ede-89fb-051398f5455d
1edbc2b0-a9c7-4ede-89fb-051398f5455d
what's your start script in package.json
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "standard",
"preview": "vite preview",
"start": "serve dist -s -n -L -p"
},
Solution
ohhh right thanks
my bad
no problem!