create-block-theme/.wp-env.json
2024-05-09 09:48:47 -04:00

10 lines
172 B
JSON

{
"core": "WordPress/WordPress",
"port": 8988,
"testsPort": 8989,
"plugins": [ "." ],
"config": {
"WP_UPLOAD_MAX_FILESIZE": "128M",
"WP_MEMORY_LIMIT": "256M"
}
}