Skip to content

Commit 47ab69b

Browse files
committed
chore: update vitest and use safe port
1 parent ed42cb8 commit 47ab69b

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

pnpm-lock.yaml

Lines changed: 18 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default {
55
coverage: {
66
reporter: isCI ? 'lcovonly' : 'html',
77
},
8-
uiBase: '/',
8+
api: { port: 3002 },
99
},
1010
}

0 commit comments

Comments
 (0)