all repos — stealth-developers @ a589dc8e61388a32c604b15ce207ad4f80154ad8

apps/bot/src/lib/constants.ts (view raw)

 1
 2
 3
 4
import { join } from "path";

export const rootDir = join(__dirname, "..", "..");
export const srcDir = join(rootDir, "src");