feat: load env vars

This commit is contained in:
Morten Olsen
2025-05-18 20:34:51 +02:00
parent 0eff8cf603
commit 2a2f2f5627
3 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env node
import 'dotenv/config.js';
import '../dist/cli/cli.js';