chore: move commit hook to root (#34404)

This commit is contained in:
Stephen Zhou
2026-04-01 19:02:53 +08:00
committed by GitHub
parent 31f7752ba9
commit 2b9eb06555
10 changed files with 22 additions and 167 deletions

5
vite.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from 'vite-plus'
export default defineConfig({
staged: {},
})