This implements backend path management, backup system, cross-platform utilities, and refactors the `appload` plugin arch to support portable mode deployment. The changes are mainly establishing foundational infra maintaining current frontend behavior until phase-3+ integration.
5 lines
92 B
Rust
5 lines
92 B
Rust
mod config;
|
|
mod error;
|
|
|
|
pub use config::VendorConfig;
|
|
pub use error::{Result, VendorError};
|