You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove runtime config generation and implement API for app configuration
- Removed the runtime configuration generation from the startup script, streamlining the application startup process.
- Added a new endpoint `/config` in the app router to serve application configuration, fetching values from environment variables.
- Updated the frontend to retrieve configuration dynamically from the new API instead of relying on a static runtime config file.
- Refactored the PostHog initialization to use the fetched configuration, improving analytics setup.
0 commit comments