feat: export the constants

This commit is contained in:
Supan Adit Pratama 2024-10-29 01:02:15 +07:00
parent b456c5cc8b
commit 4336074a18

View File

@ -1,2 +1,3 @@
export * from './prisma.module';
export * from './prisma.service';
export * from './constants';