Files
worklenz/worklenz-frontend/public/env-config.js
2025-07-03 01:31:05 +05:30

8 lines
358 B
JavaScript

// Development placeholder for env-config.js
// In production, this file is dynamically generated with actual environment values
// For development, we let the application fall back to import.meta.env variables
// Set undefined values so the application falls back to build-time env vars
window.VITE_API_URL = undefined;
window.VITE_SOCKET_URL = undefined;