How to debug Serverless Offline in Visual Studio Code using another port?
I have two Serverless Offline "servers" which I need to run locally at same time. So I need to change the port of one of the servers. I run a server using Visual Studio Code debugger. The configs of the servers are in launch.json files. How can I change the port of a Serverless Offline application so that I can run it in parallel with another Serverless Offline application using VS Code debugger? If you are using windows, update the vscode launch.json and package.json as below : // launch.json { "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Debug