dotenv support (#122)

Signed-off-by: Aron Jones <aron.jones@gmail.com>
This commit is contained in:
Aron Jones
2025-04-16 18:33:12 -04:00
committed by GitHub
parent 05c458b51e
commit 40266beebe
3 changed files with 14 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env node
import "dotenv/config";
// Hack to suppress deprecation warnings (punycode)
// eslint-disable-next-line @typescript-eslint/no-explicit-any