Can we run simultaneously two separate instances, one for production, the other for development on separate ports? I would like to have a setup like this:
- production instance running uninterrupted with pm2
- development instance running on demand on localhost
Is it possible?