We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1ea72 commit f9c3b68Copy full SHA for f9c3b68
.stacks/core/storage/src/fs.ts
@@ -1,4 +1,5 @@
1
+import { mkdirSync, writeFileSync } from 'node:fs'
2
import * as fs from 'fs-extra'
-import { existsSync, mkdirSync, writeFileSync } from 'fs-extra'
3
+import { pathExists as existsSync } from 'fs-extra'
4
5
export { fs, existsSync, mkdirSync, writeFileSync }
0 commit comments