mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Update constants.ts
This commit is contained in:
parent
7216a9b3e6
commit
3cf630d39f
1 changed files with 2 additions and 2 deletions
|
|
@ -4,5 +4,5 @@ import { developmentSettingFolderName, developmentWikiFolderName } from '../../s
|
|||
|
||||
export const sourcePath = path.resolve(__dirname, '..', '..');
|
||||
|
||||
export const temporarySettingPath = path.resolve(sourcePath, '..', developmentSettingFolderName)
|
||||
export const mockWikiPath = path.resolve(sourcePath, '..', developmentWikiFolderName)
|
||||
export const temporarySettingPath = path.resolve(sourcePath, '..', developmentSettingFolderName);
|
||||
export const mockWikiPath = path.resolve(sourcePath, '..', developmentWikiFolderName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue