Refactor VPN proxy client implementation
Build and Deploy Gateway / build-and-push (push) Failing after 2s
Build and Deploy Gateway / deploy (push) Has been skipped

This commit is contained in:
2026-08-09 00:41:52 +03:00
parent 32be4380a3
commit 34d8b681ad
190 changed files with 20064 additions and 9761 deletions
+2 -6
View File
@@ -25,7 +25,7 @@ log() {
}
if [[ "$APP_COMPONENT" == "control" ]]; then
exec node /app/src/server/index.js
exec node /app/dist/server/main.js
fi
ipt() {
@@ -189,11 +189,7 @@ if ! setup_device_traffic; then
fi
setup_proxy_firewall
if [[ "$APP_COMPONENT" == "dataplane" ]]; then
node /app/src/server/dataplane.js &
else
node /app/src/server/index.js &
fi
node /app/dist/server/main.js &
APP_PID=$!
shutdown() {