fix port number

This commit is contained in:
2025-05-15 13:35:04 +02:00
parent 3cc014310e
commit f66a5fcf84

View File

@@ -9,7 +9,7 @@ export default defineConfig({
vue(),
],
server:{
port: 2137,
port: 80,
host: '0.0.0.0',
proxy : {
'/java': {