Fix local markdown title option persistence
This commit is contained in:
@@ -21,6 +21,7 @@ function cargoWatchCommand(env = process.env) {
|
||||
const extraArgs = String(env.MNOTE_WEB_DEV_HOT_CARGO_WATCH_ARGS || "").trim();
|
||||
const watchArgs = [
|
||||
"-w crates/mnote-web/src",
|
||||
"-w crates/mnote-web/browser",
|
||||
"-w crates/mnote-web/Cargo.toml",
|
||||
"-w Cargo.toml",
|
||||
"-x \"run -p mnote-web --bin mnote-web\"",
|
||||
|
||||
Reference in New Issue
Block a user