no hash files

This commit is contained in:
Asger Juul Brunshøj 2025-01-23 14:18:35 +01:00
parent 2d0e5d334c
commit 71de1b1f64

View File

@ -56,7 +56,7 @@
];
buildPhase = ''
LEPTOS_HASH_FILES=true cargo leptos build --release -vvv
cargo leptos build --release -vvv
'';
installPhase = ''
@ -143,7 +143,6 @@
];
env.RUST_LOG = "info,ascend=trace";
env.LEPTOS_HASH_FILES = "true";
};
};
}