revealjs default now cdn. added flag for downloading for offline use

This commit is contained in:
2025-11-09 19:20:58 +01:00
parent 78e2acb325
commit 926944e8dd
7 changed files with 38 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ impl App {
Self::setup_environment_variables();
match args.command {
CommandArg::Build => build().await,
CommandArg::Build { offline_reveal } => build(offline_reveal).await,
CommandArg::Health => health(),
CommandArg::InstallReveal => install_reveal().await,
CommandArg::Serve { port } => serve(port).await,