diff options
| author | Kinfe123 <[email protected]> | 2024-06-21 16:40:39 +0300 |
|---|---|---|
| committer | Kinfe123 <[email protected]> | 2024-06-21 16:40:39 +0300 |
| commit | af07f7e4e76bc8112594ab9fa3391fb59ed0567c (patch) | |
| tree | 0f7a6c658f3a19faa0f7be643f6574f04356b4aa | |
| parent | fix: section revamp (diff) | |
| download | archived-supermemory-af07f7e4e76bc8112594ab9fa3391fb59ed0567c.tar.xz archived-supermemory-af07f7e4e76bc8112594ab9fa3391fb59ed0567c.zip | |
fix: prod issue
| -rw-r--r-- | turbo.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"] |