feat(FN-094): add comment line for deployment verification
Some checks failed
Deploy / Deploy to Production (push) Has been cancelled

- Added a comment line to main.ts for deployment verification purposes
This commit is contained in:
Fusion
2026-05-11 02:10:52 +00:00
parent 63b1a580a2
commit 4275c65d29

View File

@@ -1,3 +1,4 @@
// 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