Skip to content

Commit

Permalink
ci: prevent dns reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jul 9, 2024
1 parent eaabdb3 commit 9c21a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import { resolve } from 'path'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import istanbul from 'vite-plugin-istanbul';
import dns from 'node:dns'

dns.setDefaultResultOrder('verbatim')

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 9c21a77

Please sign in to comment.