Skip to content

Commit 36bf27a

Browse files
committed
chore: fix build
1 parent be52b3c commit 36bf27a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rs_lib/src/local.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,12 @@ fn url_to_local_sub_path<'a>(
614614
MediaType::Tsx => ".tsx",
615615
MediaType::Css => ".css",
616616
MediaType::Json => ".json",
617+
MediaType::Jsonc => ".jsonc",
618+
MediaType::Json5 => ".json5",
617619
MediaType::Wasm => ".wasm",
618620
MediaType::SourceMap => ".js",
621+
MediaType::Html => ".html",
622+
MediaType::Sql => ".sql",
619623
MediaType::Unknown => ".js",
620624
}
621625
}

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.91.1"
33
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)