From 628e0545f12e1c68b3970c52847340b01db8d52d Mon Sep 17 00:00:00 2001 From: jslno Date: Tue, 18 Nov 2025 12:34:21 +0100 Subject: [PATCH] chore: use relative schema path for turbo.json --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 9665a911e1..1994060324 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turborepo.org/schema.json", + "$schema": "./node_modules/turbo/schema.json", "globalDependencies": [ "package.json", "tsconfig.json",