From ab7df584ba5ff054f9c000442e97efa0b515ce33 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Sat, 11 Jul 2026 08:36:02 +0300 Subject: [PATCH] gps --- apps/edr-gps-tracker/src/main.ts | 1 + 1 file changed, 1 insertion(+) 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