cli/new: rename template.yaml -> portable-template.yaml
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ export type PortableTemplateConfig = {
|
||||
packageNamePluginInfix: string;
|
||||
};
|
||||
|
||||
export const TEMPLATE_FILE_NAME = 'template.yaml';
|
||||
export const TEMPLATE_FILE_NAME = 'portable-template.yaml';
|
||||
|
||||
export type PortableTemplatePointer = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user