mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-17 14:50:59 -08:00
Update paths.ts
This commit is contained in:
parent
f7fa98f2b7
commit
48e5016bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import path from 'path';
|
|||
import os from 'os';
|
||||
import { isDevelopmentOrTest } from './environment';
|
||||
import { developmentWikiFolderName, localizationFolderName } from './fileNames';
|
||||
import { isMac } from '@/helpers/system';
|
||||
import { isMac } from '../helpers/system';
|
||||
|
||||
/** src folder */
|
||||
export const sourcePath = path.resolve(__dirname, '..');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue