mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
|
import { dirname } from 'path';
|
||
|
import { puppeteerDirname } from './compat.js';
|
||
|
|
||
|
export const rootDirname = dirname(dirname(dirname(puppeteerDirname)));
|