When I run yarn console, the command exits with error code 1:
$ dito console src/server/app
development server started at http://0.0.0.0:8080
ℹ 「hot」: WebSocket Server Listening on localhost:57517
ℹ 「hot」: Applying DefinePlugin:__hotClientOptions__
ℹ 「hot」: webpack: Compiling...
------------------------------------------------------------
Dito Console
Available references:
- Dito app: app
- Dito models: Message, Dummy, User
------------------------------------------------------------
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
When I run
yarn console
, the command exits with error code 1: