| { | |
| "$schema": "https://turbo.build/schema.json", | |
| "tasks": { | |
| "build": { "dependsOn": ["^build"], "outputs": [".next/**", "dist/**"] }, | |
| "dev": { "cache": false, "persistent": true }, | |
| "lint": { "dependsOn": ["^build"] } | |
| } | |
| } | |
| { | |
| "$schema": "https://turbo.build/schema.json", | |
| "tasks": { | |
| "build": { "dependsOn": ["^build"], "outputs": [".next/**", "dist/**"] }, | |
| "dev": { "cache": false, "persistent": true }, | |
| "lint": { "dependsOn": ["^build"] } | |
| } | |
| } | |