Health Tracker is configured via Cargo.toml under [package.metadata.leptos].
Setting Default Description
site-addr127.0.0.1:1337Server bind address
reload-port1338Hot-reload WebSocket port
Setting Default Description
site-roottarget/siteOutput directory
site-pkg-dirpkgPackage subdirectory
style-filesrc/styles/main.scssSCSS entry point
assets-dirpublicStatic assets
Feature Description Status
ssrServer-side rendering (Axum) Complete
hydrateClient-side hydration (WASM) Complete
cliAdmin CLI binary Stub
genCode generator binary Stub
Variable Description
DATABASE_URLSQLite connection string (default: sqlite:data/health-tracker.db)
LEPTOS_OUTPUT_NAMEOutput binary name
LEPTOS_SITE_ROOTSite root directory
LEPTOS_SITE_PKG_DIRPackage directory
LEPTOS_SITE_ADDRServer address
LEPTOS_RELOAD_PORTReload port
Workspace-level clippy::pedantic is set to deny in Cargo.toml. All pedantic lints are warnings during iteration but must be resolved before committing.