fix(webserver): Fix warnings during the build
This commit is contained in:
parent
95c752b3aa
commit
710fe841d6
1 changed files with 4 additions and 0 deletions
|
|
@ -237,7 +237,11 @@ rustPlatform.buildRustPackage (drv: {
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
|
|
||||||
|
# dart-sass and wasm-pack want a home directory to put cache files
|
||||||
|
export HOME=$(mktemp -d)
|
||||||
cargo leptos build --release
|
cargo leptos build --release
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue