Skip to content

Commit 0b6ff9c

Browse files
committed
Set ENV type
1 parent 03eec7e commit 0b6ff9c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.ddev/commands/web/orchestrate.d/40_install_plugin_packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
popd
44

5+
wp plugin install environment-debug-admin-toolbar --activate
6+
57
composer install
68
npm install
79
npm run build

.ddev/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ web_environment:
2727
- ADMIN_PASS=admin
2828
- ADMIN_EMAIL=admin@example.com
2929
- WC_VERSION=dev
30+
- WP_ENVIRONMENT_TYPE=local
3031
nodejs_version: "22"
3132

3233
# Key features of ddev's config.yaml:

0 commit comments

Comments
 (0)