Skip to content

Commit

Permalink
Update remote-config.jsonc with mod for xhprof (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
finnlewis authored Jan 29, 2024
1 parent 9acb35d commit cd06977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions remote-config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
},
{
"message": "In DDEV v1.22.5+ you can now set 'nodejs_version' to any major or minor version, not just currently supported major versions. So 'nodejs_version: 21.2.0' or 'nodejs_version: 6' will work."
},
{
"message": "DDEV allows you to rapidly profile the performance of your PHP code using xhprof with `ddev xhprof on`."
}
]
}
Expand Down

0 comments on commit cd06977

Please sign in to comment.