We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c524a5 commit c48beb7Copy full SHA for c48beb7
.gitignore
@@ -4,4 +4,5 @@ dist
4
node_modules
5
vendor
6
Thumbs.db
7
-.DS_Store
+.DS_Store
8
+debug.log
.wp-env.json
@@ -0,0 +1,12 @@
1
+{
2
+ "phpVersion": "8.2",
3
+ "plugins": ["."],
+ "config": {
+ "WP_DEBUG": true,
+ "WP_DEBUG_DISPLAY": false,
+ "WP_DEBUG_LOG": "/var/www/html/wp-content/plugins/wp-react-admin-page-example/debug.log"
+ },
9
+ "lifecycleScripts": {
10
+ "afterStart": "wp-env run cli wp user update 1 --admin_color=modern"
11
+ }
12
+}
0 commit comments