{ "$schema": "https://turborepo.org/schema.json", "tasks": { "dev": { "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/*"], "env": [ "TURSO_DATABASE_URL", "TURSO_AUTH_TOKEN", "RESEND_API_KEY", "BETTER_AUTH_EMAIL" ] }, "clean": {}, "format": {}, "lint": {}, "knip": { "cache": true }, "test": { "dependsOn": ["build"], "outputs": [] }, "typecheck": { "outputs": [], "cache": true }, "deploy": { "cache": false }, "migrate": { "cache": false }, "generate": { "cache": false } } }