3 lines
84 B
TypeScript
3 lines
84 B
TypeScript
export const CURRENT_EXECUTION_DIRECTORY =
|
|
process.env.INIT_CWD || process.cwd();
|