chore: add bunfig.toml and turbo.json

This commit is contained in:
2026-04-28 19:53:47 -04:00
parent 01081f6b2e
commit fef2f1968a
2 changed files with 19 additions and 0 deletions

5
bunfig.toml Normal file
View File

@@ -0,0 +1,5 @@
[install]
exact = true
[test]
root = "./do-not-run-tests-from-root"

14
turbo.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"typecheck": {},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["^build"],
"outputs": []
}
}
}