mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 02:49:17 +01:00
fix: format files
This commit is contained in:
parent
489a216aca
commit
cd6ff024e4
11 changed files with 164 additions and 69 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use sea_orm_migration::prelude::*;
|
||||
use dotenv::dotenv;
|
||||
use sea_orm_migration::prelude::*;
|
||||
|
||||
#[async_std::main]
|
||||
async fn main() {
|
||||
dotenv().ok();
|
||||
dotenv().ok();
|
||||
cli::run_cli(migration::Migrator).await;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue