diff options
| author | Mahesh Sanikommu <[email protected]> | 2025-08-21 08:40:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 08:40:44 -0700 |
| commit | 9e1e392a2b923c9d00e12c0fd27586d9d5b29daf (patch) | |
| tree | 8b10459076bdfb4a2882acd4cccdc3e7dea1e838 /turbo.json | |
| parent | Merge pull request #368 from supermemoryai/mahesh/doc-update (diff) | |
| download | supermemory-9e1e392a2b923c9d00e12c0fd27586d9d5b29daf.tar.xz supermemory-9e1e392a2b923c9d00e12c0fd27586d9d5b29daf.zip | |
Enhanced Text Editor and format fixes with biome (#371)
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -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 + } + } } |