2025-10-23 23:22:16 +00:00
|
|
|
import * as plugins from './spark.plugins.ts';
|
2024-05-08 20:49:10 +02:00
|
|
|
|
|
|
|
|
export const packageDir = plugins.path.join(plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url), '../');
|
|
|
|
|
export const homeDir = plugins.smartpath.get.home();
|