use crate::apps::AppConfig; mod migrations; pub mod site; pub const APP: AppConfig = AppConfig { migrations: migrations::migrations, };