remove turbo from the workspace

This commit is contained in:
Amruth Pillai
2023-04-06 11:50:28 +02:00
parent 9c0c6076b3
commit 96411cdb90
10 changed files with 111 additions and 210 deletions

View File

@ -1,13 +0,0 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": [".env"],
"pipeline": {
"dev": {},
"lint": {},
"start": {},
"build": {
"outputs": ["dist/**", ".next/**"],
"dependsOn": ["^build"]
}
}
}