From e618c145623f1159c59d60733df70dc313989fa0 Mon Sep 17 00:00:00 2001 From: Ib Green Date: Sun, 25 Feb 2024 21:26:28 -0500 Subject: [PATCH] wip --- docs/tutorials/README.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/README.mdx b/docs/tutorials/README.mdx index f172bb8b3a..faf9b57846 100644 --- a/docs/tutorials/README.mdx +++ b/docs/tutorials/README.mdx @@ -137,7 +137,6 @@ The full contents of the `package.json` should be the following (dependency vers "vite": "^5.0.0" } } -} ``` Create a file [`vite.config.js`](https://vitejs.dev/config/) in the project root and add the following to it: