tovuk 0.1.52

Deploy Rust backends, static frontends, and fullstack apps to Tovuk.
mod api_commands;
mod args;
mod auth;
mod config;
mod constants;
mod deploy;
mod doctor;
mod errors;
mod frontend_checks;
mod help;
mod preview;
mod project;
mod runtime;
mod template_sources;
mod templates;

/// Runs the native Tovuk CLI.
pub(crate) fn entrypoint() -> std::process::ExitCode {
    runtime::runtime_entrypoint()
}