mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
When the dev server restarts, developers need to re-enter the API key in the browser. While the key is persisted to ./data/.api-key, this file may be missing in clean dev scenarios. This adds a helpful tip to the API key banner informing developers they can set AUTOMAKER_API_KEY environment variable for a persistent API key during development, avoiding the need to re-enter it after server restarts.