asm-env
Version:
Package for load enviroment variables from .env.json file or AWS Secret manager
17 lines (16 loc) • 496 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "oooo",
"runtimeExecutable": "npm",
"runtimeArgs": [ "test" ],
"port": 9229
}
]
}