Skip to content

Commit 4ce3786

Browse files
committed
chore: update path
1 parent 8380a2e commit 4ce3786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class Server {
203203

204204
/** @type {string} */
205205
const clientEntry = `${require.resolve(
206-
'../../client/index.js'
206+
'../client/index.js'
207207
)}?${webSocketURL}`;
208208

209209
/** @type {(string[] | string)} */

0 commit comments

Comments
 (0)