cc-core-cli 1.0.119 → 1.0.120

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.119",
3
+ "version": "1.0.120",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@ import {
15
15
  NestFastifyApplication
16
16
  } from "@nestjs/platform-fastify";
17
17
  import { AppModule } from "./app.module";
18
- import { join } from "path";
18
+ import * as path from "path";
19
19
  import { AppClusterService } from "./app_cluster.service";
20
20
  import { CUSTOM_MODULES as LIB_CUSTOM_MODULES } from '@shopstack/cc-core-lib/module'
21
21
  import { Logger, RequestMethod } from "@nestjs/common";