mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: create tmp folder before use
This commit is contained in:
parent
3d38d37635
commit
f49df85c28
7 changed files with 10 additions and 4 deletions
4
scripts/developmentMkdir.ts
Normal file
4
scripts/developmentMkdir.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import fs from 'fs-extra';
|
||||
import { DEFAULT_WIKI_FOLDER } from '../src/constants/paths';
|
||||
|
||||
fs.mkdirpSync(DEFAULT_WIKI_FOLDER);
|
||||
Loading…
Add table
Add a link
Reference in a new issue