| { | |
| "$schema": "https://turbo.build/schema.json", | |
| "pipeline": { | |
| "build": { | |
| "dependsOn": ["^build"], | |
| "outputs": ["dist/**", ".next/**"], | |
| "inputs": ["src/**", "public/**", "../../packages/database/prisma/schema.prisma"] | |
| }, | |
| "lint": { | |
| "outputs": [] | |
| }, | |
| "dev": { | |
| "cache": false, | |
| "persistent": true | |
| } | |
| } | |
| } | |