mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
|
|
import { dirname } from 'path';
|
|
|
|
export const mobileDir = dirname(dirname(__dirname));
|
|
export const outputDir = `${mobileDir}/lib/rnInjectedJs`;
|
|
export const rootDir = dirname(dirname(mobileDir));
|