From 6420dea8c3bb26a69a33634effeea52e137b717e Mon Sep 17 00:00:00 2001 From: 4NK Dev Date: Sun, 21 Sep 2025 20:53:36 +0000 Subject: [PATCH] ci: docker_tag=ext - Fix config formatting --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 07213f2..7713a49 100644 --- a/src/config.ts +++ b/src/config.ts @@ -27,4 +27,4 @@ export const config: AppConfig = loadConfig(); // Validate required environment variables if (!config.apiKey || config.apiKey === 'your-api-key-change-this') { console.warn('⚠️ Warning: Using default API key. Set API_KEY environment variable for production.'); -} \ No newline at end of file +} \ No newline at end of file