refactor: start using turborepo (#63734)

This commit is contained in:
Oliver Eyton-Williams
2025-11-17 11:37:09 +01:00
committed by GitHub
parent 0029c51a9a
commit f64f895ab6
9 changed files with 819 additions and 878 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"lint": {
"dependsOn": ["^lint"]
},
"//#lint": {}
}
}