mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-04-24 11:58:30 +08:00
15 lines
305 B
JSON
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"
|
|
}
|
|
}
|