cc-core-cli 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -190,12 +190,6 @@ async function initial(app: NestFastifyApplication) {
|
|
|
190
190
|
|
|
191
191
|
await initialService(app, LayoutShareWidgetService);
|
|
192
192
|
|
|
193
|
-
await initialProvider(ImportPipelineProvider, "pipeline", "import");
|
|
194
|
-
await initialProvider(ExportPipelineProvider, "pipeline", "export");
|
|
195
|
-
await initialProvider(ReportPipelineProvider, "pipeline", "report");
|
|
196
|
-
await initialProvider(EmailPipelineProvider, "pipeline", "email");
|
|
197
|
-
await initialProvider(SmsPipelineProvider, "pipeline", "sms");
|
|
198
|
-
|
|
199
193
|
await initialCustomModules();
|
|
200
194
|
await initialCustomProviders();
|
|
201
195
|
await initialSettingLayouts();
|