Skip to content

Commit 650ee72

Browse files
committed
Update Turbo schema URLs
- Switch root and app configs to the v2.9.3 Turborepo schema - Keep workspace task configs unchanged
1 parent 596defe commit 650ee72

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/desktop/turbo.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://v2-9-3.turborepo.dev/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"build": {

apps/marketing/turbo.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://v2-9-3.turborepo.dev/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"preview": {

apps/mobile/turbo.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://v2-9-3.turborepo.dev/schema.json",
33
"extends": ["//"],
44
}

apps/server/turbo.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://v2-9-3.turborepo.dev/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"start": {

apps/web/turbo.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://v2-9-3.turborepo.dev/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"dev": {

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "https://v2-9-3.turborepo.dev/schema.json",
33
"globalEnv": [
44
"PORT",
55
"VITE_WS_URL",

0 commit comments

Comments
 (0)