WIP : before-cqrs
This commit is contained in:
Vendored
+16
-4
@@ -5,10 +5,22 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "npm run start:dev -b swc",
|
||||
"name": "Start Nest",
|
||||
"name": "Launch via NPM",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
"runtimeArgs": [
|
||||
"run",
|
||||
"start:dev",
|
||||
"-b",
|
||||
"swc"
|
||||
],
|
||||
"runtimeExecutable": "npm",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"console": "internalConsole",
|
||||
"outputCapture": "std",
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user