feat: pass config from server to client (#407)

This commit is contained in:
Valerio Ageno
2025-01-23 18:43:17 +01:00
committed by GitHub
parent 8fe8930def
commit 305ae59086
10 changed files with 102 additions and 40 deletions
+1
View File
@@ -4,6 +4,7 @@
//! You can find the full documentation at [tuono.dev](https://tuono.dev/)
mod catch_all;
mod config;
mod logger;
mod manifest;
mod mode;