How to run forever for production build

275 Views Asked by At

I am trying to run production build of react application.

forever start -c "serve -s build" build/

I am not able to run the production build using forever. Can one help how to run the production build in forever.

0

There are 0 best solutions below