Skip to content

Commit 0f92a53

Browse files
authored
Merge pull request #105 from ryoppippi/feature/bun-example-test-fix
feat(examples/bun-build): Enable cache and verbose logging in UnpluginTypia
2 parents 09ad830 + 18bc448 commit 0f92a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bun-build/preload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import { plugin } from 'bun';
22
import UnpluginTypia from '@ryoppippi/unplugin-typia/bun'
33

4-
plugin(UnpluginTypia({cache: false}))
4+
plugin(UnpluginTypia({cache: true, log: 'verbose'}))

0 commit comments

Comments
 (0)