File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 48
48
"reflect-metadata" : " 0.1.2" ,
49
49
"rxjs" : " 5.0.0-beta.6" ,
50
50
"simplemde" : " ^1.11.2" ,
51
- "winston" : " ^ 2.2.0" ,
51
+ "winston" : " 2.2.0" ,
52
52
"zone.js" : " ^0.6.12" ,
53
- "winston-mongodb" : " ~1.6.0 "
53
+ "winston-mongodb" : " ^0.5.3 "
54
54
},
55
55
"devDependencies" : {
56
56
"bson" : " ^0.5.0" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "labvm_default_image" :" tuxlab_labvm" ,
3
+ "labvm_idle_timeout" :" 14400"
4
+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ import "./imports/startup/index.js";
11
11
/* COLLECTIONS */
12
12
Collections = { } ;
13
13
14
+ // Logs
15
+ Collections . logs = logs_collection ;
16
+ TuxLog . log ( 'info' , 'TuxLab Started!' ) ;
17
+
14
18
// Users
15
19
import "../collections/users.ts" ;
16
20
@@ -26,7 +30,6 @@ Collections.labs = labs;
26
30
import { course_records } from "../collections/course_records.ts" ;
27
31
Collections . course_records = course_records ;
28
32
29
- Collections . logs = logs_collection ;
30
33
31
34
//import meteor methods
32
35
// LabFile Cache
You can’t perform that action at this time.
0 commit comments