reimagined / resolve

Full stack CQRS, DDD, Event Sourcing framework for Node.js

Home Page:https://reimagined.github.io/resolve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application silently fails to run if config is invalid, no errors are shown

const314 opened this issue · comments

Describe the bug
Application doesn't show any errors that were thrown during its start up

To Reproduce
Create an application using any template except react, or just use an example from source
Comment any mandatory entry in config, for example 'mode'
yarn dev

App fails silently, no errors are shown

Expected behavior
Config validation error

Additional context
Version 0.33.2 and higher