cli/new: rename template.yaml -> portable-template.yaml

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-02-11 11:47:33 +01:00
parent 9fd9004d0f
commit 4a8c432bb4
+1 -1
View File
@@ -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;