Nicole Tietz-Sokolskaya
3acafda0d3
and templates. Tihs also adds an ADR for using Tailwind. Add a pile of dependencies setup orm, add admin tool admin tool does random pass if none provided add tons of css stuff finish up web skeleton
6 lines
120 B
Rust
6 lines
120 B
Rust
use sea_orm_migration::prelude::*;
|
|
|
|
#[async_std::main]
|
|
async fn main() {
|
|
cli::run_cli(migration::Migrator).await;
|
|
}
|