this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Some sillyness

+2 -1
+1
Justfile
··· 66 66 [group("local-devel")] 67 67 local-devel-watch: 68 68 watchexec --restart --stop-timeout=0 --shell=sh -e rs,gleam,toml,css,ts,json -- just local-devel 69 + 69 70 [doc("Runs the commands from local-devel automatically, watches")] 70 71 [group("local-devel")] 71 72 dev:
+1 -1
server/src/main.rs
··· 380 380 ); 381 381 info_elog!( 382 382 ev_log, 383 - "\nRemember: You can also visit the licence on {}!", 383 + "\nRemember: You can also visit the licence on '{}'!", 384 384 format!( 385 385 "{}://{}:{}/licence", 386 386 if std::env::var("LUMINA_SERVER_HTTPS")