Skip to content

Commit 99afb60

Browse files
committed
chore: run format
1 parent cd60e8b commit 99afb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/preview.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import connect from 'connect'
66
import type { Connect } from 'dep-types/connect'
77
import corsMiddleware from 'cors'
88
import type { ResolvedServerOptions, ResolvedServerUrls } from './server'
9-
import { DEFAULT_PREVIEW_PORT , defaultAllowedOrigins } from './constants'
9+
import { DEFAULT_PREVIEW_PORT, defaultAllowedOrigins } from './constants'
1010
import type { CommonServerOptions } from './http'
1111
import {
1212
httpServerStart,

0 commit comments

Comments
 (0)