chore: add wp-env configuration for local development #2915
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Replace Docker Compose with wp-env for simplified local development. This removes the custom Docker setup in favor of the standard WordPress development environment.
Changes:
.wp-env.json: New configuration with:package.json: Updated scripts:up→wp-env start(with nvm use 22)down→wp-env stop(with nvm use 22)wp-env:cleanfor full resettube:*commands for Jurassic TubeRemoved Docker Compose files:
docker-compose.yml,default.env,bin/docker-setup.shdocker/wordpress_xdebug/,docker/mu-*.php,docker/php.iniKept:
docker/bin/directory for Jurassic Tube tunnel scriptsREADME.md: Updated with wp-env instructionsSteps to reproduce
npm install -g @wordpress/envnpm run upnpm run startnpm run tube:setupthennpm run tube:startChecklist
changelog.txtentry added (N/A - dev tooling only)readme.txtentry added (N/A - dev tooling only)