fix(email-validator): improve MX record validation and update project configuration

This commit is contained in:
2026-04-30 07:41:08 +00:00
parent 0885b139e9
commit 705ef9ce71
12 changed files with 2147 additions and 4153 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"command": "pnpm test",
"name": "Run pnpm test",
"request": "launch",
"type": "node-terminal"
}