Add a missing import

How did it even work without this????
This commit is contained in:
CenTdemeern1 2024-10-16 03:42:19 +02:00
parent 25fe3ceca1
commit d3a9528966

View file

@ -6,6 +6,7 @@ import type { PluginOption, UserConfig } from 'vite';
import * as yaml from 'js-yaml';
import locales from '../../locales/index.js';
import { getConfig } from './vite.config.js';
import packageInfo from './package.json' with { type: 'json' };
dns.setDefaultResultOrder('ipv4first');