Skip to content

Commit

Permalink
Fix build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Sep 6, 2024
1 parent ce9ecd8 commit cd96ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ struct Dirs {
}

fn main() -> std::io::Result<()> {
return Ok(());
// Uncomment this line if you want faster builds during development
// return Ok(());
const BROWSER_ROOT: &str = "../browser/";
let dirs: Dirs = {
Dirs {
Expand Down

0 comments on commit cd96ad2

Please sign in to comment.