fix: remove duplicate step 6 in README deployment instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-03-07 03:59:26 +00:00
parent b94ad32806
commit 78ab147d10
-8
View File
@@ -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