cc-core-cli 1.0.135 → 1.0.136
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
|
@@ -83,7 +83,8 @@ import {
|
|
|
83
83
|
PipelineLogService,
|
|
84
84
|
PrintLogService,
|
|
85
85
|
redisCache,
|
|
86
|
-
RewriteUrlService
|
|
86
|
+
RewriteUrlService,
|
|
87
|
+
SearchTextService
|
|
87
88
|
} from '@shopstack/cc-core-lib/core'
|
|
88
89
|
|
|
89
90
|
import { CUSTOM_MODULES } from "src/modules/modules";
|
|
@@ -193,6 +194,8 @@ async function initial(app: NestFastifyApplication) {
|
|
|
193
194
|
|
|
194
195
|
await initialService(app, LayoutShareWidgetService);
|
|
195
196
|
|
|
197
|
+
await initialService(app, SearchTextService);
|
|
198
|
+
|
|
196
199
|
await initialCustomModules();
|
|
197
200
|
await initialCustomProviders();
|
|
198
201
|
await initialSettingLayouts();
|
|
File without changes
|
|
File without changes
|