-
Notifications
You must be signed in to change notification settings - Fork 268
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
Local Environment: Add support for reading wp-env
configuration
#230
Comments
wp-env
configuration.wp-env
configuration
Hey @sejas ! Can you assign me this one? Thanks! |
@kozer, Thanks for taking this issue 🙏 |
I think it'd be good to have some tests around this too. Tests will prevent accidental breakage and save us time from testing various permutations of the config file. |
Hello @sejas ,
|
Yes, I think it's easy to implement. If this override file
Yes, In the future, we could support plugins and mappings. |
Be sure to read about Blueprints (merged in #211 and improved in #214 – documentation coming soon!) – you may be able to rewrite a good chunk of .wp-env.json as a Blueprint, and then we'll see if it makes sense to add support for anything that cannot yet be expressed as one. |
🚢 |
It would be great to increase the compatibility with
wp-env
.For this reason, we should check the current format https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/#examples and override the
wp-now
default config values with those in.wp-env.json
.Done is:
The text was updated successfully, but these errors were encountered: