a whole lot of preem User/Session/Auth work
This commit is contained in:
@@ -7,7 +7,9 @@ mod tags;
|
||||
mod users;
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
println!("Hello, world!");
|
||||
dotenvy::dotenv()?;
|
||||
database::migrations()?;
|
||||
users::setup::initialise_reserved_users_if_needed()?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user