cc-core-cli 1.0.99 → 1.0.100
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
|
@@ -40,7 +40,8 @@ import {
|
|
|
40
40
|
DeployModule,
|
|
41
41
|
CustomFunctionModule,
|
|
42
42
|
CacheModule,
|
|
43
|
-
PipelineModule
|
|
43
|
+
PipelineModule,
|
|
44
|
+
RewriteUrlModule
|
|
44
45
|
} from '@shopstack/cc-core-lib/core'
|
|
45
46
|
|
|
46
47
|
import { CoreModule } from './core/core.module'
|
|
@@ -155,6 +156,7 @@ if (+process.env.MONGODB_MAX_POOL_SIZE) {
|
|
|
155
156
|
UserModule,
|
|
156
157
|
PipelineModule,
|
|
157
158
|
LayoutModule,
|
|
159
|
+
RewriteUrlModule,
|
|
158
160
|
|
|
159
161
|
// ...RUN_CUSTOM_MODULES,
|
|
160
162
|
|