chore: remove backend URL setup instructions from README files

This commit is contained in:
2026-03-06 17:55:05 +08:00
parent 37693eb60a
commit 8966dcc969
2 changed files with 0 additions and 6 deletions

View File

@@ -219,9 +219,6 @@ npm install
# Create configuration file
cp .env.example .env
# Edit .env to set backend URL
echo "VITE_API_URL=http://localhost:8000" > .env
# Start development server
npm run dev
```