testing/staging fixin
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 15m55s

This commit is contained in:
2026-01-13 09:33:13 -08:00
parent 42d605d19f
commit 4f8216db77

View File

@@ -19,7 +19,8 @@ import path from 'path';
const isProduction = process.env.NODE_ENV === 'production';
const isTest = process.env.NODE_ENV === 'test';
const isDevelopment = !isProduction && !isTest;
const isStaging = process.env.NODE_ENV === 'staging';
const isDevelopment = !isProduction && !isTest && !isStaging;
// Determine log directory based on environment
// In production/test, use the application directory's logs folder