@bull-monitor/root
Advanced tools
Comparing version 0.3.1 to 0.4.1
@@ -6,2 +6,3 @@ import { Queue } from 'bull'; | ||
gqlPlayground?: boolean; | ||
gqlIntrospection?: boolean; | ||
baseUrl?: string; | ||
@@ -8,0 +9,0 @@ }; |
@@ -22,2 +22,3 @@ "use strict"; | ||
baseUrl: '', | ||
gqlIntrospection: true, | ||
gqlPlayground: true, | ||
@@ -35,2 +36,3 @@ }; | ||
playground: this.config.gqlPlayground, | ||
introspection: this.config.gqlIntrospection, | ||
dataSources: () => ({ | ||
@@ -37,0 +39,0 @@ bull: new data_sources_1.BullDataSource(this.config.queues), |
{ | ||
"name": "@bull-monitor/root", | ||
"version": "0.3.1", | ||
"version": "0.4.1", | ||
"repository": { | ||
@@ -37,3 +37,3 @@ "type": "git", | ||
}, | ||
"gitHead": "20a595c4590c8d221133862189000f773991d6f0" | ||
"gitHead": "9c55cea468d7d2a3bd316fc4516798c24f304697" | ||
} |
Sorry, the diff of this file is not supported yet
65630
1222