Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
setup(async (): Promise => {
restore = nodeenv({
LOG_DEBUG_MODULE_FILTER: '',
LOG_FORMATTER: 'human',
LOG_LEVEL: 'info'
});
flaschenpostInstance = new Flaschenpost();
});