Move debug-bundle to when@dev

This commit is contained in:
Nicolas Grekas
2022-02-17 15:30:02 +01:00
parent 803a504010
commit 229cf92748
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
when@dev:
debug:
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
# See the "server:dump" command to start a new server.
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"