Skip to content

Commit

Permalink
Merge pull request #1304 from mountaindude/1296
Browse files Browse the repository at this point in the history
1296
  • Loading branch information
mountaindude authored Nov 30, 2024
2 parents edfe847 + 3e54c0a commit 5bfdeb9
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 115 deletions.
70 changes: 35 additions & 35 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
// 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": "Launch Program",
"program": "${workspaceFolder}/src/butler.js",
// "runtimeVersion": "20",
"runtimeVersion": "18",
// "runtimeVersion": "23",
"cwd": "${workspaceFolder}/src",
"env": {
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
"NODE_ENV": "production"
},
"args": [
"--configfile",
"config/production.yaml",
// "config/production_template.yaml",
// "--new-relic-account-name",
// "'First NR account'",
// "--new-relic-account-id",
// "ACCOUNTID",
// "--new-relic-api-key",
// "APIKEY",
// 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": "Launch Program",
"program": "${workspaceFolder}/src/butler.js",
// "runtimeVersion": "20",
"runtimeVersion": "18",
// "runtimeVersion": "23",
"cwd": "${workspaceFolder}/src",
"env": {
"NODE_CONFIG_DIR": "${workspaceFolder}/src/config",
"NODE_ENV": "production"
},
"args": [
"--configfile",
"config/production.yaml"
// "config/production_template.yaml",
// "--new-relic-account-name",
// "'First NR account'",
// "--new-relic-account-id",
// "ACCOUNTID",
// "--new-relic-api-key",
// "APIKEY",

// "-c",
// "./config/config-gen-api-docs.yaml",
// "--no-qs-connection"
],
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
// "-c",
// "./config/config-gen-api-docs.yaml",
// "--no-qs-connection"
],
"outFiles": ["${workspaceFolder}/**/*.js"]
}
]
}
140 changes: 73 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5bfdeb9

Please sign in to comment.