update: toolchan

This commit is contained in:
Vick Scarlet
2025-04-05 17:27:00 +08:00
parent 6b58fa99cf
commit 2eaf7a1ba2
65 changed files with 2119 additions and 189372 deletions

6
vite.config.js Normal file
View File

@@ -0,0 +1,6 @@
/** @type {import('vite').UserConfig} */
export default {
build: {
outDir: 'template/public',
},
}