Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f44d2e

Browse files
authored
Dont reload on HTML/Rust changes (#1179)
1 parentf35791c commit3f44d2e

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 aboutcustomizing 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)

[8]ページ先頭

©2009-2025 Movatter.jp