Skip to content

Commit

Permalink
🐛 vite serve from localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed May 22, 2023
1 parent 46efdb0 commit 2497aa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ import browserslist from 'browserslist'
import { resolveToEsbuildTarget } from 'esbuild-plugin-browserslist'
import GithubActionsReporter from 'vitest-github-actions-reporter'
import autoprefixer from 'autoprefixer'
import dns from 'dns'

dns.setDefaultResultOrder('verbatim')

const keepAliveAgent = new HttpsAgent({ keepAlive: true })

Expand Down

0 comments on commit 2497aa5

Please sign in to comment.