File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5
5
- init : docker-compose build
6
6
command : docker-compose up
7
7
- init : npm i -g npm-check-updates
8
- - init : yarn && fish
9
8
10
9
vscode :
11
10
extensions :
Original file line number Diff line number Diff line change 10
10
"synchronize" : true ,
11
11
"logging" : true ,
12
12
"entities" : [
13
- " src/entity/**/*.ts "
13
+ " src/entity/**/*.{js,ts} "
14
14
],
15
15
"migrations" : [
16
- " src/migration/**/*.ts "
16
+ " src/migration/**/*.{js,ts} "
17
17
],
18
18
"subscribers" : [
19
- " src/subscriber/**/*.ts "
19
+ " src/subscriber/**/*.{js,ts} "
20
20
],
21
21
"cli" : {
22
22
"entitiesDir" : " src/entity" ,
36
36
"logging" : false ,
37
37
"dropSchema" : true ,
38
38
"entities" : [
39
- " src/entity/**/*.ts "
39
+ " src/entity/**/*.{js,ts} "
40
40
],
41
41
"migrations" : [
42
- " src/migration/**/*.ts "
42
+ " src/migration/**/*.{js,ts} "
43
43
],
44
44
"subscribers" : [
45
- " src/subscriber/**/*.ts "
45
+ " src/subscriber/**/*.{js,ts} "
46
46
],
47
47
"cli" : {
48
48
"entitiesDir" : " src/entity" ,
You can’t perform that action at this time.
0 commit comments