#I got a problem with my vite/react app

10 messages · Page 1 of 1 (latest)

noble aspen
#

The problem comes with the serve dependency, apparently there are some Args missing but I don't know which ones

scarlet ploverBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

rancid craterBOT
#

Project ID: 1edbc2b0-a9c7-4ede-89fb-051398f5455d

noble aspen
#

1edbc2b0-a9c7-4ede-89fb-051398f5455d

glad cape
#

what's your start script in package.json

noble aspen
#

"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "standard",
"preview": "vite preview",
"start": "serve dist -s -n -L -p"
},

glad cape
#

serve dist -s -n -L -p $PORT

noble aspen
#

ohhh right thanks

#

my bad

glad cape
#

no problem!