1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-22 20:56:55 +08:00
buddypress/.wp-env.json
John James Jacoby 1340919ed6 Tools: point BP-REST to pre-bp15 instead of master.
In `branches/14.0`.



git-svn-id: https://buddypress.svn.wordpress.org/branches/14.0@14199 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2026-01-13 18:21:03 +00:00

8 lines
152 B
JSON

{
"core": "WordPress/WordPress#master",
"plugins": [".", "buddypress/BP-REST#pre-bp15"],
"config": {
"WP_DEBUG": true,
"SCRIPT_DEBUG": true
}
}