feat(server): build axum web server for licensing, landing page, and updates

This commit is contained in:
Stevan Freeborn
2026-07-23 11:59:38 -05:00
parent 3b873f41a7
commit 792e6bd859
40 changed files with 3526 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
pub mod activate;
pub mod checkout;
pub mod docs;
pub mod download;
pub mod errors;
pub mod healthz;
pub mod landing;
pub mod privacy;
pub mod refunds;
pub mod success;
pub mod terms;
pub mod updater;