From 8499f84122edc49a5dad8cd3fb677e2b47af488f Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Tue, 29 Oct 2024 01:40:25 +0700 Subject: [PATCH] feat: add mod.ts --- mod.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mod.ts diff --git a/mod.ts b/mod.ts new file mode 100644 index 0000000..17078f8 --- /dev/null +++ b/mod.ts @@ -0,0 +1,2 @@ +export * from './libs/skeleton/src/index'; +export * from './libs/prisma/src/index';