Skip to content

Commit f9c3b68

Browse files
committed
chore: wip
1 parent 0e1ea72 commit f9c3b68

File tree

1 file changed

+2
-1
lines changed
  • .stacks/core/storage/src

1 file changed

+2
-1
lines changed

.stacks/core/storage/src/fs.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
import { mkdirSync, writeFileSync } from 'node:fs'
12
import * as fs from 'fs-extra'
2-
import { existsSync, mkdirSync, writeFileSync } from 'fs-extra'
3+
import { pathExists as existsSync } from 'fs-extra'
34

45
export { fs, existsSync, mkdirSync, writeFileSync }

0 commit comments

Comments
 (0)