Update templates

fix: non string inputs in templates
This commit is contained in:
Andras Bacsai
2023-04-18 14:22:46 +02:00
parent e2821118eb
commit 3713b33578
6 changed files with 130 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ import { saveBuildLog } from './buildPacks/common';
import { scheduler } from './scheduler';
import type { ExecaChildProcess } from 'execa';
export const version = '3.12.30';
export const version = '3.12.31';
export const isDev = process.env.NODE_ENV === 'development';
export const proxyPort = process.env.COOLIFY_PROXY_PORT;
export const proxySecurePort = process.env.COOLIFY_PROXY_SECURE_PORT;