Migrate from psl to tldts for public suffix detection

This commit is contained in:
2025-10-10 10:29:29 -04:00
parent a030817d27
commit bfcecc5eff
6 changed files with 86 additions and 121 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ export default defineConfig({
entry: ["src/index.ts"],
platform: "node",
dts: true,
external: ["psl"],
external: ["tldts"],
});