mirror of
https://gh.wpcy.net/https://github.com/WordPress/create-block-theme.git
synced 2026-04-24 11:58:30 +08:00
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"core": "WordPress/WordPress",
|
|
"plugins": [ "." ],
|
|
"config": {
|
|
"WP_UPLOAD_MAX_FILESIZE": "128M",
|
|
"WP_MEMORY_LIMIT": "256M"
|
|
}
|
|
}
|