#I got a problem with my vite/react app
10 messages · Page 1 of 1 (latest)
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"
},
serve dist -s -n -L -p $PORT
no problem!