feat: support server port reuse

This commit is contained in:
2025-05-31 01:59:04 +08:00
parent a676061b3e
commit ac7d1efb8d
32 changed files with 1111 additions and 139 deletions

10
.vscode/settings.json vendored
View File

@@ -41,16 +41,6 @@
"name": "konobangu-dev",
"database": "konobangu",
"username": "konobangu"
},
{
"previewLimit": 50,
"server": "localhost",
"port": 32770,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "docker-pgsql",
"database": "konobangu",
"username": "konobangu"
}
]
}