feat: Ability to change deployment type for nuxtjs

This commit is contained in:
Andras Bacsai
2022-07-08 17:21:23 +02:00
parent 88a62be30c
commit 3a8e5df897
6 changed files with 42 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ const nodeBased = [
'nextjs'
];
export function setDefaultBaseImage(buildPack: string | null, deploymentType: string | null) {
export function setDefaultBaseImage(buildPack: string | null, deploymentType: string | null = null) {
const nodeVersions = [
{
value: 'node:lts',