feat: remove turbo

This commit is contained in:
2025-06-13 00:09:18 +08:00
parent 07955286f1
commit c60f6f511e
20 changed files with 1796 additions and 3577 deletions

View File

@@ -5,11 +5,11 @@
"main": "./index.js",
"type": "commonjs",
"scripts": {
"clean": "git clean -xdf .cache .turbo dist node_modules",
"clean": "git clean -xdf .cache dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vitest": "^2.1.8"
"@vitejs/plugin-react": "^4.5.2",
"vitest": "^3.2.3"
}
}