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 6ca4fe9 commit 6aa9cd7Copy full SHA for 6aa9cd7
packages/playground/cli/src/run-cli.ts
@@ -342,7 +342,6 @@ export async function runCLI(args: RunCLIArgs): Promise<RunCLIServer> {
342
343
let wordPressReady = false;
344
let isFirstRequest = true;
345
- let isSecondRequest = false;
346
347
logger.log('Starting a PHP server...');
348
@@ -545,7 +544,6 @@ export async function runCLI(args: RunCLIArgs): Promise<RunCLIServer> {
545
544
// assume they don't have to auto-login again.
546
if (isFirstRequest) {
547
isFirstRequest = false;
548
- isSecondRequest = true;
549
const headers: Record<string, string[]> = {
550
'Content-Type': ['text/plain'],
551
'Content-Length': ['0'],
0 commit comments