Skip to content

Commit

Permalink
Use path mapping to ensure predictable directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 16, 2024
1 parent 871f42e commit 0917476
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"core": "./tools/local/wordpress",
"mappings": {
"wp-content": "./tools/local/wp-content"
},
"plugins": [
"."
]
"wp-content": "./tools/local/wp-content",
"wp-content/plugins/contact-form-7-extras": "."
}
}

0 comments on commit 0917476

Please sign in to comment.