Add --error-trace to lucky watch / lucky dev #947
Labels
clarify api
Rename/remove/add something to make the API easier to understand
improve error experience
Make errors nicer to deal with
When running your app through
lucky dev
, there's no way to pass--error-trace
currently. We need a way to proxy that down to this command.We could have
lucky dev --error-trace
or maybe you just edit your Procfile.dev (which would probably need to happen anyway), and updatelucky watch --error-trace
.The text was updated successfully, but these errors were encountered: