Files
levelcache/ts/levelcache.paths.ts

8 lines
243 B
TypeScript
Raw Normal View History

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