{
  "$schema": "https://schemas.wp.org/trunk/wp-env.json",
  "core": "WordPress/WordPress#7.1",
  "phpVersion": "8.3",
  "mappings": {
    "wp-content/block-runner-proof": ".block-runner-proof-stage"
  },
  "config": {
    "WP_DEBUG": true,
    "WP_DEBUG_LOG": true,
    "WP_DEBUG_DISPLAY": false,
    "SCRIPT_DEBUG": true
  },
  "env": {
    "development": {
      "port": 8888,
      "mysqlPort": 13306
    }
  }
}
