aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-09 10:10:03 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-09 10:22:41 +0200
commitabd22b4c3cb599549c0902b14e40cdd60446e12a (patch)
tree23ed844cd97185879471db1ba0735a67b96e3621 /src
parentc94eabd587e7c68e700e23d6eed588bc5c54925c (diff)
Add new relic
Diffstat (limited to 'src')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index 65452f3..f654b79 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,3 +1,4 @@
+import "newrelic"
import { App } from "@tinyhttp/app"
import { logger } from "@tinyhttp/logger"
import { cors } from "@tinyhttp/cors"