aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinfe123 <[email protected]>2024-06-21 16:40:39 +0300
committerKinfe123 <[email protected]>2024-06-21 16:40:39 +0300
commitaf07f7e4e76bc8112594ab9fa3391fb59ed0567c (patch)
tree0f7a6c658f3a19faa0f7be643f6574f04356b4aa
parentfix: section revamp (diff)
downloadarchived-supermemory-af07f7e4e76bc8112594ab9fa3391fb59ed0567c.tar.xz
archived-supermemory-af07f7e4e76bc8112594ab9fa3391fb59ed0567c.zip
fix: prod issue
-rw-r--r--turbo.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo.json b/turbo.json
index 08f5cb2e..0c71b603 100644
--- a/turbo.json
+++ b/turbo.json
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
- "pipeline": {
+ "tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]