We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606c2f5 commit 613791cCopy full SHA for 613791c
2 files changed
db/eksa_app.db
0 Bytes
exe/eksa
@@ -302,7 +302,22 @@ end
302
303
def start_server
304
if File.exist?('config.ru')
305
+ puts "\e[1;34m"
306
+ puts " ______ _ __ _____ _____ "
307
+ puts "| ____| |/ // ____|/ ____|"
308
+ puts "| |__ | ' /| (___ | (___ "
309
+ puts "| __| | < \\___ \\ \\___ \\ "
310
+ puts "| |____| . \\ ____) |____) |"
311
+ puts "|______|_|\\_\\_____/|_____/ "
312
+ puts "\e[0m"
313
+ puts "✨ Eksa Framework ✨"
314
+ puts "-----------------------------"
315
puts "🚀 Memulai Eksa Framework Server..."
316
+ puts "📂 Project: #{Dir.pwd}"
317
+ puts "🌐 Listening on http://127.0.0.1:9292"
318
+ puts "📄 Environment: development"
319
320
+
321
exec "rackup config.ru"
322
else
323
puts "❌ Error: config.ru tidak ditemukan. Pastikan Anda berada di root project Eksa."
0 commit comments