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 a338b92 commit b39cd2eCopy full SHA for b39cd2e
src/update-server.ts
@@ -154,8 +154,8 @@ class UpdateServer {
154
}
155
156
157
-export const launchUpdateServer = (cacheDir?: string) => {
158
- const updateServer = new UpdateServer(cacheDir);
+export const launchUpdateServer = (configDir?: string) => {
+ const updateServer = new UpdateServer(configDir);
159
const { updateServerHost, updateServerPort } = updateServer.serverConfig;
160
SocketServer.launch<UpdateServerConnection>(
161
'Update Server',
0 commit comments