import { join } from "path"; export const STATIC_DIR = join(__dirname, "..", "..", "static"); export const ICON_PATH = join(STATIC_DIR, "icon.ico");