chore: use relative schema path for turbo.json

This commit is contained in:
jslno
2025-11-18 12:34:21 +01:00
committed by Alex Yang
parent cbea5e8487
commit 628e0545f1

View File

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