because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(CVG-29): copy template assets to dist on build

+1
+1
apps/server/tsup.config.ts
··· 10 10 sourcemap: true, 11 11 clean: true, 12 12 tsconfig: "tsconfig.build.json", 13 + onSuccess: "cp -r src/modules/cv-template/seed/templates dist/templates", 13 14 14 15 noExternal: [/^@cv\//], 15 16