fix(webserver): Fix warnings during the build

This commit is contained in:
Tristan Daniël Maat 2026-02-03 06:36:05 +08:00
parent 95c752b3aa
commit 710fe841d6
Signed by: tlater
GPG key ID: 02E935006CF2E8E7

View file

@ -237,7 +237,11 @@ rustPlatform.buildRustPackage (drv: {
buildPhase = ''
runHook preBuild
# dart-sass and wasm-pack want a home directory to put cache files
export HOME=$(mktemp -d)
cargo leptos build --release
runHook postBuild
'';