mirror of
https://github.com/Lissy93/web-check.git
synced 2025-12-19 18:12:23 -05:00
feat: Deploy target to lowercase
This commit is contained in:
@@ -20,7 +20,7 @@ const unwrapEnvVar = (varName, fallbackValue) => {
|
||||
}
|
||||
|
||||
// Determine the deploy target (vercel, netlify, cloudflare, node)
|
||||
const deployTarget = unwrapEnvVar('PLATFORM', 'node');
|
||||
const deployTarget = unwrapEnvVar('PLATFORM', 'node').toLowerCase();
|
||||
|
||||
// Determine the output mode (server, hybrid or static)
|
||||
const output = unwrapEnvVar('OUTPUT', 'hybrid');
|
||||
|
||||
Reference in New Issue
Block a user