diff --git a/worklenz-frontend/index.html b/worklenz-frontend/index.html
index 15afe141..ba93ca2c 100644
--- a/worklenz-frontend/index.html
+++ b/worklenz-frontend/index.html
@@ -13,7 +13,7 @@
Worklenz
-
+
diff --git a/worklenz-frontend/public/env-config.js b/worklenz-frontend/public/env-config.js
new file mode 100644
index 00000000..2e582288
--- /dev/null
+++ b/worklenz-frontend/public/env-config.js
@@ -0,0 +1,7 @@
+// 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;
\ No newline at end of file