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(), vue(),
], ],
server:{ server:{
port: 2137, port: 80,
host: '0.0.0.0', host: '0.0.0.0',
proxy : { proxy : {
'/java': { '/java': {