Skip to content

Commit d1d7182

Browse files
committed
fix: win posix
Signed-off-by: Innei <[email protected]>
1 parent 819f982 commit d1d7182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/desktop/configs/vite.electron-render.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { dirname, resolve } from "node:path"
1+
import { dirname } from "node:path"
2+
import { resolve } from "node:path/posix"
23
import { fileURLToPath } from "node:url"
34

45
import { tsImport } from "tsx/esm/api"

0 commit comments

Comments
 (0)