AkurAI Build
Menu

AkurAI-Build

public

Latest change 5ecb45c5915e3bb122d43dbaf90b4eba39484c7d - organize native templates and reserve runtime routes by Olafur Bui

pub mod app;
pub mod artifact;
pub mod db;
pub mod deploy;
mod fsguard;
pub mod server;

/// Default listener address shared by the CLI and deployment manifests.
pub const DEFAULT_ADDRESS: &str = "0.0.0.0:3100";