Initial SQL-only 1C adapter baseline

This commit is contained in:
2026-07-22 03:03:47 +03:00
commit e2503b77e7
545 changed files with 184711 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[CmdletBinding()]
param(
[string]$HostName = "127.0.0.1",
[int]$Port = 8770
)
$ErrorActionPreference = "Stop"
python scripts/management_console_server.py --host $HostName --port $Port