create-block-theme/.wp-env.json
2024-11-22 07:08:52 -05:00

15 lines
305 B
JSON

{
"core": "WordPress/WordPress",
"port": 8988,
"testsPort": 8989,
"plugins": [ "." ],
"mappings": {
"wp-content/themes": "./dev-env/themes"
},
"config": {
"WP_UPLOAD_MAX_FILESIZE": "128M",
"WP_MEMORY_LIMIT": "256M",
"WP_ENVIRONMENT_TYPE": "development",
"WP_DEVELOPMENT_MODE": "all"
}
}