diff options
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 + } + } } |