refactor: silently load ts-node (#7424)

This commit is contained in:
Harminder Virk
2024-05-23 18:34:34 +05:30
committed by GitHub
parent f1176a0673
commit ada33e984d

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env node
try {
require('ts-node').register({})
} catch {}
require("dotenv").config()
require("./dist/index.js")