levelcache/ts/levelcache.paths.ts

8 lines
242 B
TypeScript
Raw Normal View History

2022-03-22 21:45:12 +00:00
import * as plugins from './levelcache.plugins.js';
2021-04-23 18:40:57 +00:00
2022-03-22 21:45:12 +00:00
export const packageDir = plugins.path.join(
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
'../'
);
2021-04-23 18:40:57 +00:00
export const nogitDir = plugins.path.join(packageDir, '.nogit/');