Skip to content

Commit

Permalink
0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benwis committed Mar 2, 2024
1 parent f2b0f38 commit 165ca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl Project {
("LEPTOS_HASH_FILE_NAME", self.hash_file.rel.to_string()),
];
if !self.frontend_file_hashes {
vec.push(("LEPTOS_FRONTEND_FILE_HASHES", "OFF".to_string()))
vec.push(("LEPTOS_FRONTEND_FILE_HASHES", false.to_string()))
}
if self.watch {
vec.push(("LEPTOS_WATCH", "ON".to_string()))
Expand Down

0 comments on commit 165ca2c

Please sign in to comment.