export const isRunningLocally = () => {
    return !!process.env.CURRENT_DIR;
}