2024-10-21 10:16:09 +00:00
|
|
|
import * as plugins from './plugins.js';
|
|
|
|
|
|
|
|
export const cwd = process.cwd();
|
|
|
|
|
2024-11-04 23:34:56 +00:00
|
|
|
export const packageDir = plugins.path.join(
|
|
|
|
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
|
|
|
|
'..',
|
|
|
|
);
|
2024-10-21 10:16:09 +00:00
|
|
|
export const nogitDir = plugins.path.join(packageDir, '.nogit');
|