Updated styles

This commit is contained in:
Timmy
2026-04-03 21:03:54 +01:00
parent 5594c6d21e
commit dc0c2a75df
4 changed files with 457 additions and 122 deletions
+8 -3
View File
@@ -577,9 +577,14 @@ async fn main() -> Result<(), std::io::Error> {
let host = std::env::var("HUSKIES_HOST").unwrap_or_else(|_| "127.0.0.1".to_string());
let addr = format!("{host}:{port}");
println!(
"\x1b[95;1m ____ _ _ ___ _ \n / ___|| |_ ___ _ __| | _|_ _| |_ \n \\___ \\| __/ _ \\| '__| |/ /| || __|\n ___) | || (_) | | | < | || |_ \n |____/ \\__\\___/|_| |_|\\_\\___|\\__|\n\x1b[0m"
);
println!("\x1b[96;1m");
println!(" ╱▔▔╲ \x1b[97;1m _ _ _ _ \x1b[96;1m");
println!(" ( ◕ ◕) \x1b[97;1m| | | |_ _ ___| | _(_) ___ ___\x1b[96;1m");
println!(" ╲ ▽ \x1b[97;1m| |_| | | | / __| |/ / |/ _ \\/ __|\x1b[96;1m");
println!(" /| |\\ \x1b[97;1m| _ | |_| \\__ \\ <| | __/\\__ \\\x1b[96;1m");
println!(" / | | \\\x1b[97;1m|_| |_|\\__,_|___/_|\\_\\_|\\___||___/\x1b[96;1m");
println!(" ╱╱ ╲╲ \x1b[90mStory-driven development, powered by AI\x1b[0m");
println!();
println!("HUSKIES_PORT={port}");
println!("\x1b[96;1mFrontend:\x1b[0m \x1b[94mhttp://{addr}\x1b[0m");
println!("\x1b[92;1mOpenAPI Docs:\x1b[0m \x1b[94mhttp://{addr}/docs\x1b[0m");