I am trying to start two server using nodemon.
"scripts": { "start": "node server.js && node serverpage.js" },