Create pbd by default for tjs/ns0 file

This commit is contained in:
2025-09-17 14:14:05 +08:00
parent 1e0c92a3a1
commit 6e64a85950

View File

@@ -40,7 +40,7 @@ impl ScriptBuilder for TjsNs0Builder {
}
fn extensions(&self) -> &'static [&'static str] {
&["tjs", "pbd"]
&["pbd", "tjs"]
}
fn script_type(&self) -> &'static ScriptType {