diff options
| author | Dhravya <[email protected]> | 2024-07-16 19:26:47 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-16 19:26:47 -0500 |
| commit | 5b44dcb1d1f7fcea331b248800cad60129038eab (patch) | |
| tree | c5562fd33a95d09e625fea7586392eacfcc3fca7 /turbo.json | |
| parent | breadcrumbs (diff) | |
| download | supermemory-5b44dcb1d1f7fcea331b248800cad60129038eab.tar.xz supermemory-5b44dcb1d1f7fcea331b248800cad60129038eab.zip | |
use tabs
Diffstat (limited to 'turbo.json')
| -rw-r--r-- | turbo.json | 52 |
1 files changed, 26 insertions, 26 deletions
@@ -1,28 +1,28 @@ { - "$schema": "https://turbo.build/schema.json", - "globalDependencies": ["**/.env.*local"], - "tasks": { - "build": { - "dependsOn": ["^build"], - "outputs": [".next/**", "!.next/cache/**"] - }, - "lint": { - "dependsOn": ["^lint"] - }, - "deploy": {}, - "dev": { - "env": [ - "NODE_ENV=development", - "GOOGLE_CLIENT_ID", - "GOOGLE_CLIENT_SECRET", - "NEXTAUTH_SECRET", - "R2_ENDPOINT", - "R2_ACCESS_ID", - "R2_SECRET_KEY", - "R2_BUCKET_NAME" - ], - "cache": false, - "persistent": true - } - } + "$schema": "https://turbo.build/schema.json", + "globalDependencies": ["**/.env.*local"], + "tasks": { + "build": { + "dependsOn": ["^build"], + "outputs": [".next/**", "!.next/cache/**"] + }, + "lint": { + "dependsOn": ["^lint"] + }, + "deploy": {}, + "dev": { + "env": [ + "NODE_ENV=development", + "GOOGLE_CLIENT_ID", + "GOOGLE_CLIENT_SECRET", + "NEXTAUTH_SECRET", + "R2_ENDPOINT", + "R2_ACCESS_ID", + "R2_SECRET_KEY", + "R2_BUCKET_NAME" + ], + "cache": false, + "persistent": true + } + } } |