This commit is contained in:
IndieKKY
2024-10-05 21:25:53 +08:00
parent c71e8e2eab
commit 77f6864f44
2 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build && node fix.cjs",
"fix": "eslint --fix --quiet ."
},
"author": "IndieKKY",