Yes, this is correct, if you use start:prod as launch command!
I found it easier to tell beanstalk to manually launch node src/main.js than modifying the package.json at the time, but modifying it would definitely be the better solution.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Yes, this is correct, if you use
start:prodas launch command!I found it easier to tell beanstalk to manually launch
node src/main.jsthan modifying thepackage.jsonat the time, but modifying it would definitely be the better solution.