We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4354b58 commit 8f5d9daCopy full SHA for 8f5d9da
guide/api-javascript.md
@@ -128,8 +128,8 @@ interface ViteDevServer {
128
*/
129
moduleGraph: ModuleGraph
130
/**
131
- * Vite が CLI に表示する解決済みの URL。ミドルウェアモードの場合や `server.listen` が
132
- * 呼び出される前は null になります。
+ * Vite が CLI に表示する解決済みの URL(URL エンコード済み)。ミドルウェアモードの場合、
+ * またはサーバーがどのポートもリッスンしていない場合は、`null` を返します。
133
134
resolvedUrls: ResolvedServerUrls | null
135
@@ -274,8 +274,8 @@ interface PreviewServer {
274
275
httpServer: http.Server
276
277
- * Vite が CLI に表示する解決済みURL
278
- * サーバーがリッスンする前は null
+ * Vite が CLI に表示する解決済みの URL(URL エンコード済み)。
+ * サーバーがどのポートもリッスンしていない場合は、`null` を返します。
279
280
281
0 commit comments