Merge pull request #542 from stefandevo/fix/api-key-info-on-dev-restart

docs: add hint about AUTOMAKER_API_KEY env var to API key banner
This commit is contained in:
Shirone
2026-01-17 13:09:36 +00:00
committed by GitHub

View File

@@ -142,6 +142,8 @@ if (process.env.AUTOMAKER_HIDE_API_KEY !== 'true') {
${API_KEY}
║ ║
║ In Electron mode, authentication is handled automatically. ║
║ ║
║ 💡 Tip: Set AUTOMAKER_API_KEY env var to use a fixed key for dev ║
╚═══════════════════════════════════════════════════════════════════════╝
`);
} else {