all repos — stealth-developers @ f8b86626090ebf2489391bfb4113ccc02ebebef8

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");