We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eec7e commit 0b6ff9cCopy full SHA for 0b6ff9c
2 files changed
.ddev/commands/web/orchestrate.d/40_install_plugin_packages.sh
@@ -2,6 +2,8 @@
2
3
popd
4
5
+wp plugin install environment-debug-admin-toolbar --activate
6
+
7
composer install
8
npm install
9
npm run build
.ddev/config.yaml
@@ -27,6 +27,7 @@ web_environment:
27
- ADMIN_PASS=admin
28
- ADMIN_EMAIL=admin@example.com
29
- WC_VERSION=dev
30
+- WP_ENVIRONMENT_TYPE=local
31
nodejs_version: "22"
32
33
# Key features of ddev's config.yaml:
0 commit comments