diff --git a/apps/edr-gps-tracker/src/main.ts b/apps/edr-gps-tracker/src/main.ts index 0e8f7987a..afdec43c5 100644 --- a/apps/edr-gps-tracker/src/main.ts +++ b/apps/edr-gps-tracker/src/main.ts @@ -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