From 48e5016bc6a0c39b752a3e14762feba50ea1a4bc Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Tue, 6 Sep 2022 01:55:02 +0800 Subject: [PATCH] Update paths.ts --- src/constants/paths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/paths.ts b/src/constants/paths.ts index ad35382a..37a99a3a 100644 --- a/src/constants/paths.ts +++ b/src/constants/paths.ts @@ -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, '..');