From 3f37c2f223e482ed0a7306102cf41ac1dc289dc6 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:02:16 +0800 Subject: [PATCH] docs: fix broken data sample --- docs/guides/working-with-the-file-system.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/working-with-the-file-system.md b/docs/guides/working-with-the-file-system.md index 67a3654..e3b477a 100644 --- a/docs/guides/working-with-the-file-system.md +++ b/docs/guides/working-with-the-file-system.md @@ -26,8 +26,7 @@ const files = { { "name": "vite-starter", "private": true, - // ... - }, + // ... "devDependencies": { "vite": "^4.0.4" }