right now we are throwing generic errors with a [ArkEnvError] prefix. we are also using a lot of console.log. consider improving this to use a centralized logger/error handler. this can be its own internal package or in the new utils package. this might already be a part of v1.
right now we are throwing generic errors with a
[ArkEnvError]prefix. we are also using a lot ofconsole.log. consider improving this to use a centralized logger/error handler. this can be its own internal package or in the new utils package. this might already be a part of v1.