server/.wp-env.json
Ryan McCue 3e7bc6e67b Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 11:48:47 +02:00

17 lines
286 B
JSON

{
"phpVersion": "8.2",
"multisite": true,
"mappings": {
".config": "./.config",
"wp-content": "./content",
"content": "./content"
},
"config": {
"WP_DEBUG": true,
"WP_DEBUG_DISPLAY": true,
"WP_DEBUG_LOG": false
},
"plugins": [
"OllieJones/sqlite-object-cache"
]
}