refactor: remove success logs and update server URL display

This commit is contained in:
himanshu8443
2025-06-30 15:22:21 +05:30
parent b1bbb4f8b5
commit b69db7409f
3 changed files with 19 additions and 19 deletions

View File

@@ -173,11 +173,6 @@ class AutoDev {
console.log(`
${colors.bright}🚀 Vega Providers Auto-Development Environment${colors.reset}
${colors.cyan}Features:${colors.reset}
• 👀 Auto-watch TypeScript files in /providers
• 🔨 Auto-rebuild on file changes
• 🌐 Development server with hot-reload
• 📊 Real-time build feedback
${colors.yellow}Press Ctrl+C to stop${colors.reset}
`);