chore: use relative schema path for turbo.json (#6061)

This commit is contained in:
Joél Solano
2025-11-18 21:22:35 +01:00
committed by GitHub
parent 4b290c2037
commit 5fa17379c5

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://turborepo.org/schema.json",
"$schema": "./node_modules/turbo/schema.json",
"globalDependencies": [
"package.json",
"tsconfig.json",