mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
feat: parse manifest on server start (#783)
This commit is contained in:
@@ -55,7 +55,9 @@ impl Server {
|
||||
let _ = GLOBAL_CONFIG.set(config.clone());
|
||||
|
||||
if mode == Mode::Prod {
|
||||
load_manifest()
|
||||
if let Err(err) = load_manifest() {
|
||||
tuono_println!("Failed to load vite manifest: {}", err.to_string().red());
|
||||
}
|
||||
}
|
||||
|
||||
let server_address = format!("{}:{}", config.server.host, config.server.port);
|
||||
|
||||
Reference in New Issue
Block a user