Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit d05f9d3

Browse files
committed
remove todo
1 parent 70e2975 commit d05f9d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vite/src/vite-node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export async function initViteNodeServer (ctx: ViteBuildContext) {
135135
entryPath = resolve(ctx.nuxt.options.appDir, 'entry.async')
136136
}
137137

138-
// TODO: Update me
139138
const host = ctx.nuxt.options.server.host || 'localhost'
140139
const port = ctx.nuxt.options.server.port || '3000'
141140
const protocol = ctx.nuxt.options.server.https ? 'https' : 'http'

0 commit comments

Comments
 (0)