Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
B12, T65, T86
Browse files Browse the repository at this point in the history
  • Loading branch information
NuriaEM committed Feb 7, 2019
1 parent 6b9a5c8 commit 01346bf
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 26 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// Use IntelliSense para saber los atributos posibles.
// Mantenga el puntero para ver las descripciones de los existentes atributos
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/packages\\moloch-backend\\src\\controllers\\event.controller.ts",
"outFiles": [
"${workspaceFolder}/**/*.js"
]
}
]
}
Loading

0 comments on commit 01346bf

Please sign in to comment.