fix: more aggressive cleanup

This commit is contained in:
Andras Bacsai
2023-05-24 20:34:40 +02:00
parent e86b916415
commit d4798a3b22
3 changed files with 50 additions and 49 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.31';
export const version = '3.12.32';
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;