mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 00:15:31 -04:00
Migrate from psl to tldts for public suffix detection
This commit is contained in:
+1
-1
@@ -4,5 +4,5 @@ export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
platform: "node",
|
||||
dts: true,
|
||||
external: ["psl"],
|
||||
external: ["tldts"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user