Skip to content

Commit fc7095f

Browse files
César Pereiroclaude
andcommitted
chore: Change dev server port to 48080 to avoid conflicts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7ff2d60 commit fc7095f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VITE_API_URL=http://localhost:8080/api
1+
VITE_API_URL=http://localhost:48080/api

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
port: 5173,
1010
proxy: {
1111
'/api': {
12-
target: 'http://localhost:8080',
12+
target: 'http://localhost:48080',
1313
changeOrigin: true,
1414
},
1515
},

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ management.endpoints.web.exposure.include=health,info
2121
management.endpoint.health.show-details=always
2222

2323
# Server
24-
server.port=8080
24+
server.port=48080
2525

2626
# RFC 7807 Problem Details
2727
spring.mvc.problemdetails.enabled=true

0 commit comments

Comments
 (0)