Skip to content

Commit 3f44d2e

Browse files
authored
Dont reload on HTML/Rust changes (#1179)
1 parent f35791c commit 3f44d2e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/cargo-pgml-components/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cargo-pgml-components/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-pgml-components"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
edition = "2021"
55
authors = ["PostgresML <team@postgresml.org>"]
66
license = "MIT"

packages/cargo-pgml-components/src/frontend/tools.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ pub fn watch() {
147147
|| path.ends_with(".pgml-bundle")
148148
|| path.ends_with("modules.js")
149149
|| path.contains("bundle.")
150+
|| path.ends_with(".rs")
151+
|| path.ends_with(".html")
150152
{
151153
detected = false;
152154
}

0 commit comments

Comments
 (0)