Compare commits
1 commit
7f1faa39be
...
325df279c2
Author | SHA1 | Date | |
---|---|---|---|
325df279c2 |
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
|
|
||||||
webServer: {
|
webServer: {
|
||||||
command: 'cd .. && just start',
|
command:
|
||||||
|
'cd .. && conc -n "frontend,backend,docker" "cd frontend && bun run start" "cd backend/ && sleep 15 && watchexec -r -e java ./gradlew :bootRun" "docker compose up"',
|
||||||
// **IMPORTANT CHANGE HERE:**
|
// **IMPORTANT CHANGE HERE:**
|
||||||
// Point to your backend's health check endpoint.
|
// Point to your backend's health check endpoint.
|
||||||
// If your Spring Boot app uses Actuator, it might be /actuator/health
|
// If your Spring Boot app uses Actuator, it might be /actuator/health
|
||||||
|
|
Reference in a new issue