refactor: remove FRONTEND_API_KEY and DEBOUNCE_MS from runtime configuration

This commit is contained in:
Tudor Stanciu 2025-10-04 20:10:11 +03:00
parent e3e77e3d98
commit e6fd321813

View File

@ -2,7 +2,5 @@
// DO NOT EDIT - This file is automatically generated
// eslint-disable-next-line no-undef
window.env = {
"BASE_PATH": "/",
"FRONTEND_API_KEY": "frontend-dev-key",
"DEBOUNCE_MS": 2000
BASE_PATH: '/',
};