diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-08-16 18:50:10 -0700 |
| commit | 39003aff23d64ff1d96074d71521f6023c9bec01 (patch) | |
| tree | 3f870c04b3dce315bba1b21aa2da158494e71774 /turbo.json | |
| parent | Merge pull request #355 from supermemoryai/archive (diff) | |
| download | supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip | |
New Version of Supermemory Consumer App
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 25 |
1 files changed, 7 insertions, 18 deletions
@@ -1,30 +1,19 @@ { - "$schema": "https://turbo.build/schema.json", - "ui": "stream", + "$schema": "https://turborepo.com/schema.json", + "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], - "inputs": ["$TURBO_DEFAULT$", ".env*", ".dev.vars"], - "outputs": ["build/**", "public/build/**", "server/index.js"], - "cache": true + "inputs": ["$TURBO_DEFAULT$", ".env*"], + "outputs": [".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, - "dev": { - "cache": false, - "persistent": true - }, - "generate-migration": { - "cache": false + "check-types": { + "dependsOn": ["^check-types"] }, - "migrate:local": { - "cache": false - }, - "deploy": { - "cache": true - }, - "tail": { + "dev": { "cache": false, "persistent": true } |