This commit is contained in:
yaschalew
2026-07-11 08:36:02 +03:00
parent 2b64d835dc
commit ab7df584ba

View File

@@ -7,6 +7,7 @@ import { NestFactory } from "@nestjs/core";
import { AppModule } from "./app.module";
/**
*
* Standalone GT06 GPS ingester. Boots a Nest application context (NO HTTP
* server) so only the DB connection and Gt06Server come up; the TCP listener
* binds from Gt06Server.onApplicationBootstrap. The /gps REST API lives in