From df0be330bb5d97961c5dc62399e7308eb6f90739 Mon Sep 17 00:00:00 2001 From: RndUsername <39034509+RndUsername@users.noreply.github.com> Date: Tue, 15 Apr 2025 13:31:45 +0200 Subject: [PATCH] Update getting-started.mdx Removing doubled sentence. --- src/routes/solid-start/getting-started.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/solid-start/getting-started.mdx b/src/routes/solid-start/getting-started.mdx index 500d9c8aa..87e9c156b 100644 --- a/src/routes/solid-start/getting-started.mdx +++ b/src/routes/solid-start/getting-started.mdx @@ -55,7 +55,6 @@ You can view it by navigating to [http://localhost:3000](http://localhost:3000). SolidStart uses [Vinxi](https://vinxi.vercel.app/) both for starting a development server with [Vite](https://vitejs.dev/) and for building and starting a production server with [Nitro](https://nitro.build/). When you run your application, you are actually running `vinxi dev` under the hood. - You can read more about the Vinxi CLI, and how it can be configured [here](https://vinxi.vercel.app/api/cli.html). You can read more about the [Vinxi CLI and how it is configured in the Vinxi documentation](https://vinxi.vercel.app/api/cli.html). :::