feat(wip): rewrite explorer logic & update launch options & add miss decorators

This commit is contained in:
unknown
2020-12-25 23:11:16 +03:00
parent b394f5274b
commit 61c6c07482
17 changed files with 271 additions and 487 deletions

View File

@@ -0,0 +1,4 @@
import { SetMetadata } from '@nestjs/common';
export const Middleware = (): ClassDecorator =>
SetMetadata('TELEGRAF_MIDDLEWARE', true);