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 14d78da commit 502203cCopy full SHA for 502203c
packages/server/src/services/fs.service.ts
@@ -1,5 +1,5 @@
1
import { readdirSync, statSync } from 'fs';
2
-import { join, relative } from 'path';
+import { join, relative } from 'path/posix';
3
import {
4
DATA_DIRECTORY,
5
MOD_DIRECTORY,
0 commit comments