Suppress Node DEP0040 punycode warning in CLI startup

This commit is contained in:
William Valentin
2026-02-15 20:02:52 -08:00
parent e0f2d27247
commit 6a31ee2885
4 changed files with 77 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
// Silent no-op if the file doesn't exist.
try { process.loadEnvFile(); } catch { /* .env not found — that's fine */ }
import './suppressNodeWarnings.js';
import { Command } from 'commander';
import { registerStartCommand } from './start.js';
import { registerSendCommand } from './send.js';