Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground CLI: Don't create /wordpress/wp-config.php on boot #1407

Merged
merged 1 commit into from
May 15, 2024

Conversation

adamziel
Copy link
Collaborator

Prevents creating a wp-config.php file in WordPress document root. Instead, creates it one level higher as WordPress falls back to loading it from there.

Related to #1398. Similar to #1382 and #1401.

Testing instructions

Run bun packages/playground/cli/src/cli.ts server --login and confirm it loads an installed WordPress.

Prevents creating a `wp-config.php` file in WordPress document root. Instead, creates it one level higher as WordPress falls back to loading it from there.

Related to #1398. Similar to #1382 and #1401.

## Testing instructions

Run `bun packages/playground/cli/src/cli.ts server --login` and confirm it loads an installed WordPress.
@adamziel adamziel mentioned this pull request May 15, 2024
1 task
@adamziel adamziel merged commit 58ed77f into trunk May 15, 2024
5 checks passed
@adamziel adamziel deleted the adamziel-patch-1 branch May 15, 2024 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant