feat(FN-094): add comment line for deployment verification
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
- Added a comment line to main.ts for deployment verification purposes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import "./telemetry/tracing"; // MUST be first — instruments modules before they load
|
||||
// hello-from-fusion
|
||||
import "./instrument"; // MUST be first — initializes Sentry before any other imports
|
||||
import "./telemetry/tracing"; // MUST be early — instruments modules before they load
|
||||
|
||||
import { NestFactory } from "@nestjs/core";
|
||||
import { ConfigService } from "@nestjs/config";
|
||||
import { NestFactory } from "@nestjs/core";
|
||||
import { NextFunction, Request, Response } from "express";
|
||||
import helmet from "helmet";
|
||||
import type { Request, Response, NextFunction } from "express";
|
||||
import { AppModule } from "./app.module";
|
||||
import { fileUploadValidation } from "./common/middleware/file-upload-validation.middleware";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user