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 f0b3063 commit 08ba4b0Copy full SHA for 08ba4b0
.suite-cli/cli/cli.js
@@ -236,7 +236,7 @@ program
236
]).then((answers) => actionHandlers.scaffoldNewLibrary({ answers: { ...answers, private: false } }))
237
break
238
case 'app':
239
- const existing_apps = getExistingComponent({ key: 'apps', currentDir: cwd() })
+ const existing_apps = getExistingComponent({ key: 'apps', currentDir: cwd() })||[]
240
const formatServiceName = (service) => `${service.name}: ${service.port}`;
241
prompt([
242
{
0 commit comments