Skip to content

Commit 668e86a

Browse files
authored
fix(windows): failed to build honox on Windows (#173)
1 parent f482170 commit 668e86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { glob } from 'glob'
22
import { defineConfig } from 'tsup'
33

44
const entryPoints = glob.sync('./src/**/*.+(ts|tsx|json)', {
5+
posix: true,
56
ignore: ['./src/**/*.test.+(ts|tsx)'],
67
})
78

0 commit comments

Comments
 (0)