Something went wrong. Try again.
because I got bored of customising my CV for every job
Something went wrong. Try again.
202 B · 8 lines
TypeScript
123456789import { TokenModule as AuthTokenModule } from "@cv/core";import { Module } from "@nestjs/common";
@Module({ imports: [AuthTokenModule], exports: [AuthTokenModule],})export class TokenModule {}