Cleanup files and improve file manager.
This commit is contained in:
@@ -32,7 +32,14 @@ import "dotenv/config";
|
||||
|
||||
systemLogger.success("All backend services initialized successfully", {
|
||||
operation: "startup_complete",
|
||||
services: ["database", "encryption", "terminal", "tunnel", "file_manager", "stats"],
|
||||
services: [
|
||||
"database",
|
||||
"encryption",
|
||||
"terminal",
|
||||
"tunnel",
|
||||
"file_manager",
|
||||
"stats",
|
||||
],
|
||||
version: version,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user