/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.2.2
turbo.json
51 строка
1 KB
Devon Govett
Fix segmentation fault when loading @tailwindcss/oxide in a Worker thread (#17276)
18 мар 2025, 23:28
Не верифицирован
18 мар 2025, 23:28
cec7f05
Код
Авторство
О чём код?
{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "tasks": { "@tailwindcss/oxide#build": { "dependsOn": ["^build"], "outputs": ["./index.d.ts", "./index.js", "./*.node"], "inputs": [ "./src/**/*", "./build.rs", "./package.json", "./Cargo.toml", "./.cargo/config.toml", "../oxide/src/**/*", "../oxide/Cargo.toml", "../Cargo.toml", "../package.json" ] }, "@tailwindcss/oxide#dev": { "dependsOn": ["^dev"], "outputs": ["./index.d.ts", "./index.js", "./*.node"], "inputs": [ "./src/**/*", "./build.rs", "./package.json", "./Cargo.toml", "./.cargo/config.toml", "../oxide/src/**/*", "../oxide/Cargo.toml", "../Cargo.toml", "../package.json" ], "cache": false, "persistent": true }, "build": { "dependsOn": ["^build"], "outputs": ["dist/**"], "env": ["FEATURES_ENV"] }, "lint": {}, "dev": { "cache": false, "persistent": true } }, // If rustup is installed outside of the default ~/.rustup directory, we need // to pass the path through to the individual rust tasks. "globalPassThroughEnv": ["RUSTUP_HOME"] }