mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
- Changed the local development server URL from http://localhost:3000 to http://localhost:4002/api/health to reflect recent updates in the API integration.
9 lines
79 B
Markdown
9 lines
79 B
Markdown
```
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
```
|
|
open http://localhost:4002/api/health
|
|
```
|