chore: touch config files to normalize commit messages

This commit is contained in:
Jason
2026-03-15 00:15:07 +08:00
Unverified
parent 9439153f05
commit f1cad25777
6 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
22.12.0
22.12.0
+1
View File
@@ -19,3 +19,4 @@
"hooks": "@/hooks"
}
}
+1
View File
@@ -4,3 +4,4 @@ module.exports = {
autoprefixer: {},
},
};
+1
View File
@@ -170,3 +170,4 @@ module.exports = {
},
plugins: [],
};
+1 -1
View File
@@ -17,4 +17,4 @@
"vite.config.ts",
"vitest.config.ts"
]
}
}
+1
View File
@@ -29,3 +29,4 @@ export default defineConfig(({ command }) => ({
clearScreen: false,
envPrefix: ["VITE_", "TAURI_"],
}));