feat: Ability to change deployment type for nuxtjs
This commit is contained in:
		@@ -95,7 +95,8 @@ export function findBuildPack(pack: string, packageManager = 'npm') {
 | 
			
		||||
			...metaData,
 | 
			
		||||
			...defaultBuildAndDeploy(packageManager),
 | 
			
		||||
			publishDirectory: null,
 | 
			
		||||
			port: 3000
 | 
			
		||||
			port: 3000,
 | 
			
		||||
			deploymentType: 'node'
 | 
			
		||||
		};
 | 
			
		||||
	}
 | 
			
		||||
	if (pack === 'preact') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user