UNPKG

@microsoft.azure/autorest.testserver

Version:

This project contains a set of OpenAPI definitions and a server implementing the corresponding API. Use this to test compliance of AutoRest generators.

20 lines 352 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "attach", "name": "Attach", "port": 9229 }, { "type": "node", "request": "launch", "name": "Start Server", "program": "${workspaceRoot}/legacy/startup/www.js", "env": { "PORT": "3000" } } ] }