chore: initialise monorepo scaffold

This commit is contained in:
2026-05-27 13:41:26 +05:30
commit 0eff5f3c3f
7 changed files with 181 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"test": {
"dependsOn": ["^build"],
"outputs": ["coverage/**"]
},
"lint": {}
}
}