@elliemae/pui-cli 8.0.0-next.5 → 8.0.0-next.6

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.
@@ -41,7 +41,7 @@ const startProdServer = async () => {
41
41
  await (0, import_utils.exec)(
42
42
  `cross-env NODE_ENV=production ts-node --esm ${import_node_path.default.resolve(
43
43
  __dirname,
44
- "../server.js"
44
+ "../server/index.js"
45
45
  )} --color always`
46
46
  );
47
47
  };
@@ -7,7 +7,7 @@ const startProdServer = async () => {
7
7
  await exec(
8
8
  `cross-env NODE_ENV=production ts-node --esm ${path.resolve(
9
9
  __dirname,
10
- "../server.js"
10
+ "../server/index.js"
11
11
  )} --color always`
12
12
  );
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.0.0-next.5",
3
+ "version": "8.0.0-next.6",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",