mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"core": "WordPress/WordPress",
|
|
"port": 8988,
|
|
"testsPort": 8989,
|
|
"plugins": [ "." ],
|
|
"config": {
|
|
"WP_UPLOAD_MAX_FILESIZE": "128M",
|
|
"WP_MEMORY_LIMIT": "256M"
|
|
}
|
|
}
|