Update paths.ts

This commit is contained in:
lin onetwo 2022-09-06 01:55:02 +08:00
parent f7fa98f2b7
commit 48e5016bc6

View file

@ -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, '..');