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