From 79f8b5f6e7f0944a56534731348423186349641b Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Thu, 23 Jul 2020 08:30:09 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20render=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/config.ts diff --git a/src/config.ts b/src/config.ts new file mode 100644 index 0000000..158dd88 --- /dev/null +++ b/src/config.ts @@ -0,0 +1,3 @@ +import path from "path"; + +export const bitmapsPath = path.resolve(process.cwd(), "bitmaps");