mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Tools: Export rootDir from utils
This commit is contained in:
parent
53302c9e90
commit
3a8d87d292
@ -1,9 +1,13 @@
|
||||
import execCommand from './execCommand';
|
||||
import commandToString from './commandToString';
|
||||
import splitCommandString from './splitCommandString';
|
||||
import { dirname } from 'path';
|
||||
|
||||
const rootDir = dirname(dirname(dirname(__dirname)));
|
||||
|
||||
export {
|
||||
execCommand,
|
||||
commandToString,
|
||||
splitCommandString,
|
||||
rootDir,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user