akshit-sharma-cli
Version:
Personal CLI tool showcasing Akshit Sharma's AI/ML engineering profile
17 lines (14 loc) • 561 B
JavaScript
// Auto-generated during GitHub Actions build
// Backend URL injected from repository secrets
export const config = {
BACKEND_URL: 'https://akshit-cli-backend-2ar59miuz-jokers-projects-741f992f.vercel.app/api/chat',
BUILD_TIME: '2025-11-26T05:39:43Z',
VERSION: '1.0.33',
ENVIRONMENT: 'production',
BUILD_SOURCE: 'github-actions'
};
// Verify configuration is valid
if (!config.BACKEND_URL || config.BACKEND_URL === '') {
throw new Error('Backend URL not properly injected from secrets');
}
console.log('✅ Backend URL configured automatically');