We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08d54e5 + f8a7066 commit 2e8709eCopy full SHA for 2e8709e
server/src/lib/zod-iso3-validator.ts
@@ -1,4 +1,4 @@
1
-import countries3to2 from "countries-list/minimal/countries.3to2.min.json"
+import countries3to2 from "countries-list/minimal/countries.3to2.min.json" with { type: "json" }
2
import { type core, z } from "zod/v4"
3
4
const iso3Codes = new Set(Object.keys(countries3to2))
0 commit comments