#Deployment has crashed
9 messages · Page 1 of 1 (latest)
Project ID: 82badddc-6675-4787-a3d2-3998f3438f41
82badddc-6675-4787-a3d2-3998f3438f41
- if this is a client side rendered app with client side routing, the correct start command would be
serve -s -n -L -p $PORT(assuming the final build is in a folder called build) - if this is not a client side rendered app with client side routing, your current start command is good
- you need to install
servefor that just runnpm i serve
it works, ty , for some reason serve had disappeared from the package.json
is this a react scripts app?
yep
then you do need the -s flag