Skip to content

Commit

Permalink
Clean up package.json and update @wordpress/env (#753)
Browse files Browse the repository at this point in the history
* Clean up package.json and update @wordpress/env

* Restore eslint-plugin-unicorn
  • Loading branch information
t-hamano authored Dec 24, 2024
1 parent c8e9e55 commit 1dbb668
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 50 deletions.
9 changes: 9 additions & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"$schema": "https://schemas.wp.org/trunk/wp-env.json",
"core": "WordPress/WordPress",
"port": 8988,
"testsPort": 8989,
"plugins": [ "." ],
"config": {
"WP_UPLOAD_MAX_FILESIZE": "128M",
"WP_MEMORY_LIMIT": "256M"
},
"env": {
"development": {
"phpmyadminPort": 9000
},
"tests": {
"phpmyadminPort": 9001
}
}
}
Loading

0 comments on commit 1dbb668

Please sign in to comment.