add dsx clone command
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user