feat: add simple script: print-env.ts

This commit is contained in:
2025-01-18 13:22:42 +08:00
parent 627dec9cd9
commit 89e16b77d4
3 changed files with 15 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ fn main() -> XResult<()> {
debugging!("Skip none dir: {}", script_dir);
continue;
}
if "libraries" == script_dir || script_dir.starts_with(".") {
if "libraries" == script_dir || "single-scripts" == script_dir || script_dir.starts_with(".") {
debugging!("Skip update meta rs: {}", script_dir);
continue;
}