fix: downgrade cringe biome

This commit is contained in:
Aman Varshney
2025-07-16 17:18:03 +05:30
parent f436c22af2
commit 6a43a4f161
6 changed files with 184 additions and 197 deletions

View File

@@ -6,7 +6,7 @@
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"env": ["PROD"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
"outputs": [".next/**", "!.next/cache/**", "dist/**", ".open-next/**"]
},
"lint": {
"dependsOn": ["^lint"]
@@ -17,6 +17,10 @@
"dev": {
"cache": false,
"persistent": true
},
"deploy": {
"cache": false,
"persistent": true
}
}
}