Skip to content

Commit b19ca8a

Browse files
authored
Merge branch 'master' into winston-logger
2 parents 4addb9a + a24d3f7 commit b19ca8a

File tree

27 files changed

+511
-117
lines changed

27 files changed

+511
-117
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules/
22
dist/
33
.tmp
4-
logs/
4+
logs/
5+
src/Contexts/Mooc/Courses/infrastructure/courses.*

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["msjsdiag.debugger-for-chrome"]
3+
}

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "attach",
10+
"name": "Debug",
11+
"port": 9267,
12+
"restart": true
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)