mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-29 13:59:26 +01:00
Add a missing import
How did it even work without this????
This commit is contained in:
parent
25fe3ceca1
commit
d3a9528966
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue