💄 format

This commit is contained in:
Tw93
2025-08-21 20:34:10 +08:00
parent e2bc7859e2
commit a539067e57
10 changed files with 478 additions and 389 deletions

View File

@@ -51,11 +51,11 @@ const main = async () => {
const targetDirs = [
"src-tauri/target",
"src-tauri/target/debug",
"src-tauri/target/release",
"src-tauri/target/universal-apple-darwin"
"src-tauri/target/release",
"src-tauri/target/universal-apple-darwin",
];
targetDirs.forEach(dir => {
targetDirs.forEach((dir) => {
if (fs.existsSync(dir)) {
// Only remove .pake subdirectories, not the entire target directory
const targetPakeDir = path.join(dir, ".pake");