AkurAI Build
Menu

AkurAI-Build

public

Latest change df12d49d3b4d5523258f3992e856462728218411 - structure: promote db/server/deploy into the library crate by Olafur Bui

pub mod artifact;
pub mod db;
pub mod deploy;
pub mod server;

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