{ "$schema": "https://turbo.build/schema.json", "concurrency": "5", "globalEnv": [ "NODE_ENV", "DATABASE_URL", "MANA_AUTH_URL", "MANA_SHARE_URL", "MANA_LINKS_URL", "MANA_MCP_URL", "MANA_SEARCH_URL", "MANA_EVENTS_URL", "MANA_CREDITS_URL", "MANA_MEDIA_URL", "MANA_SERVICE_KEY", "CARDS_APP_SERVICE_KEY" ], "tasks": { "dev": { "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**", "build/**", ".svelte-kit/**"] }, "lint": { "dependsOn": ["^lint"], "outputs": [] }, "type-check": { "dependsOn": ["^type-check", "^build"], "outputs": [] }, "test": { "dependsOn": ["^build"], "outputs": ["coverage/**"] }, "clean": { "cache": false } } }