node-red-contrib-conta-azul-api
Version:
Conta Azul API wrapper for Node-Red
36 lines (34 loc) • 975 B
JSON
{
"version": "0.3.0",
"configurations": [
{
"type": "node",
"name": "Run Script: debug MCP3",
"program": "/home/user/.nvm/versions/node/v18.15.0/lib/node_modules/node-red/red.js",
"mode": "debug",
"cwd": "/home/user/.node-red/",
"skipFiles": ["<node_internals>/**"],
"runtimeArgs": ["--preserve-symlinks", "--experimental-modules"],
"request": "launch"
},
{
"name": "Launch localhost",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost:18888/",
"pathMappings": [
{
"url": "http://localhost:18888",
"path": "${workspaceFolder}"
}
]
},
{
"type": "chrome",
"name": "http://localhost:1888/#flow/d15d33a4fa9a8ad9",
"request": "launch",
"url": "http://localhost:1888/#flow/d15d33a4fa9a8ad9"
}
]
}