perf: use turborepo for build (#212)

This commit is contained in:
藍+85CD
2025-06-18 19:53:19 +08:00
committed by GitHub
parent 4cb3630503
commit 66caf3ebb3
5 changed files with 81 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build": {
"outputs": ["dist/**"]
}
}
}