Skip to content

Commit 9fbcfa3

Browse files
committed
refactor: restructure CVS module and update related imports to cvs-module folder name to solve vercel conflicts
1 parent 32f0b71 commit 9fbcfa3

10 files changed

Lines changed: 2 additions & 3 deletions

File tree

.vercelignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.env.example
2-
!/backend/dist/cvs/

backend/src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { join } from "path";
55
import { AppController } from "./app.controller";
66
import { AppService } from "./app.service";
77
import envGlobal from "./configs/env.global";
8-
import { CvsModule } from "./cvs/cvs.module";
8+
import { CvsModule } from "./cvs-module/cvs.module";
99

1010
@Module({
1111
imports: [
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

backend/src/templates/examples/example1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CreateCvDto } from "src/cvs/dto/create-cv.dto";
1+
import type { CreateCvDto } from "src/cvs-module/dto/create-cv.dto";
22

33
export function cvExample1Template(data: CreateCvDto): string {
44
const skills = data.skills ?? [];

0 commit comments

Comments
 (0)