akshit-sharma-cli
Version:
Personal CLI tool showcasing Akshit Sharma's AI/ML engineering profile
15 lines (13 loc) • 564 B
JavaScript
// config.js - Auto-generated configuration
// This file gets replaced during GitHub Actions build process
export const config = {
BACKEND_URL: 'https://akshit-cli-backend-2ar59miuz-jokers-projects-741f992f.vercel.app/api/chat',
BUILD_TIME: 'PLACEHOLDER_BUILD_TIME',
VERSION: 'PLACEHOLDER_VERSION',
ENVIRONMENT: 'development',
BUILD_SOURCE: 'local'
};
// Development fallback warning
if (config.BACKEND_URL === 'PLACEHOLDER_URL_WILL_BE_REPLACED') {
console.log('⚠️ Development mode: Using environment variables for backend URL');
}