Wrong config debug parameter
await this.deploy.configure({
debug: true,
});
I’ trying to configure the Deploy service but i have an error passing debug: true
the source code of the quard is this one, and it checks for disabled flag but then is using the debug flag so i can’t disable it for dev mode (i can only avoid to proceed with the installation of the new version)