cmp-services 1.0.0 → 1.0.2
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/.env +7 -0
- package/dist/app.js +1 -1
- package/package.json +1 -1
package/.env
ADDED
package/dist/app.js
CHANGED
|
@@ -131,7 +131,7 @@ const app = async () => {
|
|
|
131
131
|
const currentDir = process.cwd();
|
|
132
132
|
const rootPath = currentDir;
|
|
133
133
|
const pipelinePath = path_1.default.resolve(appPath, "../");
|
|
134
|
-
const gatewayPath = path_1.default.resolve(currentDir, "
|
|
134
|
+
const gatewayPath = path_1.default.resolve(currentDir, "gateway");
|
|
135
135
|
const servicePath = path_1.default.join(rootPath, serviceName);
|
|
136
136
|
const srcPath = path_1.default.join(servicePath, "src");
|
|
137
137
|
const appFilePath = path_1.default.join(srcPath, "app.ts");
|