Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Playground CLI: Don't create /wordpress/wp-config.php on boot (#1407)
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.
- Loading branch information