💬 Comments

This commit is contained in:
KaizIqbal 2020-07-23 08:32:23 +05:30
parent cb2708c5c7
commit 61deb9c49c

View file

@ -1,3 +1,4 @@
import path from "path";
// store config to <project_root>/bitmaps/
export const bitmapsPath = path.resolve(process.cwd(), "bitmaps");