{ "$schema": "https://turbo.build/schema.json", "globalDependencies": [ "pnpm-lock.yaml", ".gitea/workflows/ci.yml", ".gitea/workflows/deploy.yml" ], "tasks": { "build": { "dependsOn": ["^build"], "outputs": [".next/**", "dist/**"] }, "lint": { "outputs": [] }, "typecheck": { "outputs": [] }, "test": { "outputs": [] } } }