diff --git a/examples/react/start-bare/package.json b/examples/react/start-bare/package.json index f9354609eed..680d8c4a00d 100644 --- a/examples/react/start-bare/package.json +++ b/examples/react/start-bare/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/react-router": "^1.136.17", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index e5f33c4611d..468df4c75e1 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "vite dev", "build": "vite build", - "start": "vite start", "prisma-generate": "prisma generate" }, "dependencies": { diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 9d2624d98c4..5899e849d67 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/react-query": "^5.90.0", diff --git a/examples/react/start-basic-rsc/package.disabled.json b/examples/react/start-basic-rsc/package.disabled.json index 307c996eaa1..d29793ed3a0 100644 --- a/examples/react/start-basic-rsc/package.disabled.json +++ b/examples/react/start-basic-rsc/package.disabled.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build", - "start": "vite start" + "build": "vite build" }, "dependencies": { "@babel/plugin-syntax-typescript": "^7.25.9", diff --git a/examples/react/start-basic-static/package.json b/examples/react/start-basic-static/package.json index db7f94b973e..86ed61b60b9 100644 --- a/examples/react/start-basic-static/package.json +++ b/examples/react/start-basic-static/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/react-router": "^1.136.17", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index 44e740b5c01..495ce0c7089 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@clerk/tanstack-react-start": "^0.26.3", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 3c3c3cf94c7..1be82102554 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -7,8 +7,7 @@ "dev": "npx convex dev --once && concurrently -r npm:dev:web npm:dev:db", "dev:web": "vite dev", "dev:db": "convex dev --run board:seed", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@convex-dev/react-query": "0.0.0-alpha.8", diff --git a/examples/react/start-counter/package.json b/examples/react/start-counter/package.json index 6d1e1665769..ef4e7b3e410 100644 --- a/examples/react/start-counter/package.json +++ b/examples/react/start-counter/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/react-router": "^1.136.17", diff --git a/examples/react/start-large/package.json b/examples/react/start-large/package.json index fc0dbe5b451..418856ef91b 100644 --- a/examples/react/start-large/package.json +++ b/examples/react/start-large/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "vite dev", "build": "vite build && tsc --noEmit", - "start": "vite start", "gen": "node ./src/createRoutes.mjs", "test:types": "tsc --extendedDiagnostics" }, diff --git a/examples/react/start-material-ui/package.json b/examples/react/start-material-ui/package.json index 249f2191a24..4324334d7b0 100644 --- a/examples/react/start-material-ui/package.json +++ b/examples/react/start-material-ui/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@emotion/cache": "11.14.0", diff --git a/examples/react/start-streaming-data-from-server-functions/package.json b/examples/react/start-streaming-data-from-server-functions/package.json index 098e6df4156..769cc206815 100644 --- a/examples/react/start-streaming-data-from-server-functions/package.json +++ b/examples/react/start-streaming-data-from-server-functions/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/react-router": "^1.136.17", diff --git a/examples/react/start-supabase-basic/package.json b/examples/react/start-supabase-basic/package.json index b9fa29ae005..9175be92c32 100644 --- a/examples/react/start-supabase-basic/package.json +++ b/examples/react/start-supabase-basic/package.json @@ -6,8 +6,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "keywords": [], "author": "", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index a4277dac2ee..f92599b1ff2 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/react-query": "^5.90.0", diff --git a/examples/react/start-workos/package.json b/examples/react/start-workos/package.json index 99184de94ff..17c9fef9b34 100644 --- a/examples/react/start-workos/package.json +++ b/examples/react/start-workos/package.json @@ -6,8 +6,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "keywords": [], "author": "", diff --git a/examples/solid/start-basic-auth/package.json b/examples/solid/start-basic-auth/package.json index cf28bad9037..64bd8ee4f9e 100644 --- a/examples/solid/start-basic-auth/package.json +++ b/examples/solid/start-basic-auth/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "vite dev", "build": "vite build", - "start": "vite start", "prisma-generate": "prisma generate" }, "dependencies": { diff --git a/examples/solid/start-basic-solid-query/package.json b/examples/solid/start-basic-solid-query/package.json index 7f5dd06fbce..4975e78be38 100644 --- a/examples/solid/start-basic-solid-query/package.json +++ b/examples/solid/start-basic-solid-query/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/solid-query": "^5.90.9", diff --git a/examples/solid/start-basic-static/package.json b/examples/solid/start-basic-static/package.json index f05299e6877..25866e1f7ff 100644 --- a/examples/solid/start-basic-static/package.json +++ b/examples/solid/start-basic-static/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build", - "start": "vite start" + "build": "vite build" }, "dependencies": { "@tanstack/solid-router": "^1.136.17", diff --git a/examples/solid/start-basic/package.json b/examples/solid/start-basic/package.json index c5f865308af..5c93d26b61f 100644 --- a/examples/solid/start-basic/package.json +++ b/examples/solid/start-basic/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/solid-router": "^1.136.17", diff --git a/examples/solid/start-convex-better-auth/package.json b/examples/solid/start-convex-better-auth/package.json index 8b4bf91eda3..63edf404357 100644 --- a/examples/solid/start-convex-better-auth/package.json +++ b/examples/solid/start-convex-better-auth/package.json @@ -6,8 +6,7 @@ "scripts": { "dev": "vite dev", "convex:dev": "convex dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@convex-dev/better-auth": "^0.9.7", diff --git a/examples/solid/start-counter/package.json b/examples/solid/start-counter/package.json index 11cac0ef763..2fb4f313a54 100644 --- a/examples/solid/start-counter/package.json +++ b/examples/solid/start-counter/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/solid-router": "^1.136.17", diff --git a/examples/solid/start-large/package.json b/examples/solid/start-large/package.json index 872a914a4ff..1c4dd7f1ded 100644 --- a/examples/solid/start-large/package.json +++ b/examples/solid/start-large/package.json @@ -6,7 +6,6 @@ "scripts": { "dev": "vite dev", "build": "vite build && tsc --noEmit", - "start": "vite start", "gen": "node ./src/createRoutes.mjs", "test:types": "tsc --extendedDiagnostics" }, diff --git a/examples/solid/start-streaming-data-from-server-functions/package.json b/examples/solid/start-streaming-data-from-server-functions/package.json index 3a758f1b6e5..b3af9a8bb64 100644 --- a/examples/solid/start-streaming-data-from-server-functions/package.json +++ b/examples/solid/start-streaming-data-from-server-functions/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "dependencies": { "@tanstack/solid-router": "^1.136.17", diff --git a/examples/solid/start-supabase-basic/package.json b/examples/solid/start-supabase-basic/package.json index 3a64a468096..f8e4d397b9f 100644 --- a/examples/solid/start-supabase-basic/package.json +++ b/examples/solid/start-supabase-basic/package.json @@ -6,8 +6,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "build": "vite build && tsc --noEmit", - "start": "vite start" + "build": "vite build && tsc --noEmit" }, "keywords": [], "author": "",