From 78ab147d105c916e24b555a9e1bed818aee2e260 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Mar 2026 03:59:26 +0000 Subject: [PATCH] fix: remove duplicate step 6 in README deployment instructions Co-Authored-By: Claude Opus 4.6 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 3382922..a655d26 100644 --- a/README.md +++ b/README.md @@ -102,14 +102,6 @@ VITE_SERVER_URL=http://192.168.1.50:3001 ### 6. Serve the Client Build -```bash -npm -w client run build -``` - -This outputs static files to `client/dist/`. - -### 6. Serve the Client Build - Install a simple static file server to serve the built client: ```bash