aboutsummaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
authorMahesh Sanikommmu <[email protected]>2025-08-16 18:50:10 -0700
committerMahesh Sanikommmu <[email protected]>2025-08-16 18:50:10 -0700
commit39003aff23d64ff1d96074d71521f6023c9bec01 (patch)
tree3f870c04b3dce315bba1b21aa2da158494e71774 /turbo.json
parentMerge pull request #355 from supermemoryai/archive (diff)
downloadsupermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz
supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip
New Version of Supermemory Consumer App
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json25
1 files changed, 7 insertions, 18 deletions
diff --git a/turbo.json b/turbo.json
index 9b6ba7e4..d5089475 100644
--- a/turbo.json
+++ b/turbo.json
@@ -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
}