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