We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e05345 commit 043b3c9Copy full SHA for 043b3c9
.suite-cli/cli/scripts/scripts.module.js
@@ -1643,7 +1643,7 @@ const scaffoldGateways = async ({ answers }) => {
1643
const { projectName } = readFileContent({ currentDir: cwd() });
1644
let { apps } = answers;
1645
const project_root = generatRootPath({ currentDir: cwd() });
1646
- const service_objects = getExistingComponent({ key, currentDir: cwd() });
+ const service_objects = getExistingComponent({ key:'services', currentDir: cwd() });
1647
// add port to services in each app eg ['auth']=>[{name:'auth',port:9001}]
1648
apps = apps.map((app) => {
1649
app.services.map((name, i) => {
0 commit comments