@@ -1,5 +1,5 @@
|
||||
---
|
||||
'@backstage/create-app': minor
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Enable specifying an external application template when using the `create-app` CLI command.
|
||||
|
||||
@@ -66,7 +66,7 @@ export default async (opts: OptionValues): Promise<void> => {
|
||||
]);
|
||||
|
||||
const templateDir = opts.templatePath
|
||||
? resolvePath(paths.targetDir, opts.templatePath)
|
||||
? paths.resolveTarget(opts.templatePath)
|
||||
: paths.resolveOwn('templates/default-app');
|
||||
const tempDir = resolvePath(os.tmpdir(), answers.name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user