add dsx clone command

This commit is contained in:
2026-02-25 22:16:52 +00:00
parent 0d54b319f1
commit c02ecd58e8
3 changed files with 26 additions and 7 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ fn language_colour() -> impl Function {
#[launch]
fn rocket() -> _ {
dotenv().unwrap();
if dotenv().is_err() {
eprintln!("Failed to load .env file");
}
use routes::api;
use routes::pages;