We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ff748 commit 1a52886Copy full SHA for 1a52886
localproxy-client/src/client.ts
@@ -27,7 +27,7 @@ let tmpFileCleanups: { [key: string]: () => void } = {};
27
let standalone: StandaloneServer | null = null;
28
29
export async function register(app: LocalproxyApp): Promise<void> {
30
- if (!useStandalone()) {
+ if (useStandalone()) {
31
if (!standalone) {
32
standalone = new StandaloneServer(
33
await getAvailablePortFromList([80, 8080])
0 commit comments