/
githubmirror
/
ui
Обзор
Документация
Войти
/
githubmirror
/
ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
turbo.json
66 строк
1 KB
shadcn
chore(v4): stop tracking generated styles (#11190)
16 июл 2026, 11:02
Не верифицирован
16 июл 2026, 11:02
dd679a6
Код
Авторство
О чём код?
{ "$schema": "https://turbo.build/schema.json", "globalEnv": ["NODE_ENV"], "tasks": { "build": { "dependsOn": ["^build"], "env": [ "NEXT_PUBLIC_APP_URL", "UPSTASH_REDIS_REST_URL", "UPSTASH_REDIS_REST_TOKEN", "COMPONENTS_REGISTRY_URL", "REGISTRY_URL", "npm_config_user_agent", "https_proxy", "V0_URL", "V0_EDIT_SECRET", "DEPLOYMENT_PROTECTION_BYPASS" ], "outputs": [ "dist/**", ".next/**", "!.next/cache/**", "public/r/styles/**", "styles/**" ] }, "preview": { "env": ["NEXT_PUBLIC_APP_URL"], "outputs": ["dist/**", ".next/**"] }, "start": { "dependsOn": ["^build"] }, "lint": { "cache": false, "outputs": [] }, "lint:fix": { "cache": false, "outputs": [] }, "format:check": { "cache": false, "outputs": [] }, "format:write": { "outputs": [] }, "typecheck": {}, "dev": { "cache": false, "persistent": true }, "check": { "cache": false }, "test": { "dependsOn": ["^build"], "cache": false, "outputs": [] }, "registry:build": { "outputs": [] } } }