ci: attempt to fix ci scripts by not importing prisma as type

This commit is contained in:
Amruth Pillai
2023-11-24 01:48:14 +01:00
parent 12b52af121
commit a4843cf7e6
6 changed files with 28 additions and 7 deletions

View File

@ -1,5 +1,6 @@
export * from "./auth";
export * from "./contributors";
export * from "./resume";
export * from "./secrets";
export * from "./statistics";
export * from "./user";