UNPKG

idna-uts46-hx

Version:

Convert Domain Names correctly from IDN to Punycode and vice-versa and offer TR46 processing.

12 lines (10 loc) 193 B
// vite.config.js import { defineConfig } from 'vite'; export default defineConfig({ server: { root: 'test', port: 8080, strictPort: true, open: '/test/index.html', }, });