import path from "path"; export const projectRoot = path.resolve(__dirname, ".."); export const assetsRoot = path.join(projectRoot, "public");