env and database access overhaul;
new dev scripts
This commit is contained in:
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -5,13 +5,23 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Run npm nodemon (DEV)",
|
||||
"name": "Run npm nodemon (DB)",
|
||||
"command": "npm run debug",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"preLaunchTask": "killInspector",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
"APP_ENV": "development"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Run npm nodemon (Raph)",
|
||||
"command": "npm run debug",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"preLaunchTask": "killInspector",
|
||||
"env": {
|
||||
"APP_ENV": "development.raph"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user