Skip to content

Commit 1a52886

Browse files
committedMar 20, 2023
fml
1 parent 90ff748 commit 1a52886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎localproxy-client/src/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let tmpFileCleanups: { [key: string]: () => void } = {};
2727
let standalone: StandaloneServer | null = null;
2828

2929
export async function register(app: LocalproxyApp): Promise<void> {
30-
if (!useStandalone()) {
30+
if (useStandalone()) {
3131
if (!standalone) {
3232
standalone = new StandaloneServer(
3333
await getAvailablePortFromList([80, 8080])

0 commit comments

Comments
 (0)