Add auto-reload for frontend and backend

Also adds more just commands and improves the README docs.
This commit is contained in:
2023-06-28 01:20:04 -04:00
parent 76cc87631f
commit 3f744c0c50
5 changed files with 115 additions and 35 deletions

View File

@@ -4,6 +4,7 @@ use std::path::Path;
fn main() {
println!("cargo:rerun-if-changed=migrations");
println!("cargo:rerun-if-changed=.frontend-built");
let root_dir = env::var("CARGO_MANIFEST_DIR").unwrap();
let root_dir = Path::new(&root_dir);