🔧 render config

This commit is contained in:
KaizIqbal 2020-07-23 08:30:09 +05:30
parent 31407011bb
commit 79f8b5f6e7

3
src/config.ts Normal file
View file

@ -0,0 +1,3 @@
import path from "path";
export const bitmapsPath = path.resolve(process.cwd(), "bitmaps");