mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-25 01:40:38 +00:00
7 lines
120 B
Rust
7 lines
120 B
Rust
![]() |
use sea_orm_migration::prelude::*;
|
||
|
|
||
|
#[async_std::main]
|
||
|
async fn main() {
|
||
|
cli::run_cli(migration::Migrator).await;
|
||
|
}
|