Can build central in production mode

This commit is contained in:
2024-08-07 16:44:30 +02:00
parent 48a2f728de
commit e18162b32d
8 changed files with 154 additions and 3 deletions

View File

@ -8,5 +8,6 @@ pub mod devices_api;
pub mod servers;
pub mod unsecure_server;
pub mod web_api;
pub mod web_app_controller;
pub type WebEnergyActor = web::Data<EnergyActorAddr>;