Commit a7cab18
authored
Playground CLI: Don't create /wordpress/wp-config.php on boot
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.1 parent 2f88d2a commit a7cab18
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
0 commit comments