This commit is contained in:
2025-01-23 13:14:05 +01:00
parent f6e7d9fcbf
commit 2d0e5d334c
3 changed files with 21 additions and 10 deletions

View File

@@ -56,7 +56,7 @@
];
buildPhase = ''
cargo leptos build --release -vvv
LEPTOS_HASH_FILES=true cargo leptos build --release -vvv
'';
installPhase = ''
@@ -141,6 +141,9 @@
# For optimizing wasm release builds
pkgs.binaryen
];
env.RUST_LOG = "info,ascend=trace";
env.LEPTOS_HASH_FILES = "true";
};
};
}