aboutsummaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
authorMahesh Sanikommu <[email protected]>2025-08-21 08:40:44 -0700
committerGitHub <[email protected]>2025-08-21 08:40:44 -0700
commit9e1e392a2b923c9d00e12c0fd27586d9d5b29daf (patch)
tree8b10459076bdfb4a2882acd4cccdc3e7dea1e838 /turbo.json
parentMerge pull request #368 from supermemoryai/mahesh/doc-update (diff)
downloadsupermemory-9e1e392a2b923c9d00e12c0fd27586d9d5b29daf.tar.xz
supermemory-9e1e392a2b923c9d00e12c0fd27586d9d5b29daf.zip
Enhanced Text Editor and format fixes with biome (#371)
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/turbo.json b/turbo.json
index d5089475..35bf68e9 100644
--- a/turbo.json
+++ b/turbo.json
@@ -1,21 +1,21 @@
{
- "$schema": "https://turborepo.com/schema.json",
- "ui": "tui",
- "tasks": {
- "build": {
- "dependsOn": ["^build"],
- "inputs": ["$TURBO_DEFAULT$", ".env*"],
- "outputs": [".next/**", "!.next/cache/**"]
- },
- "lint": {
- "dependsOn": ["^lint"]
- },
- "check-types": {
- "dependsOn": ["^check-types"]
- },
- "dev": {
- "cache": false,
- "persistent": true
- }
- }
+ "$schema": "https://turborepo.com/schema.json",
+ "ui": "tui",
+ "tasks": {
+ "build": {
+ "dependsOn": ["^build"],
+ "inputs": ["$TURBO_DEFAULT$", ".env*"],
+ "outputs": [".next/**", "!.next/cache/**"]
+ },
+ "lint": {
+ "dependsOn": ["^lint"]
+ },
+ "check-types": {
+ "dependsOn": ["^check-types"]
+ },
+ "dev": {
+ "cache": false,
+ "persistent": true
+ }
+ }
}