Skip to content

Commit

Permalink
chore: keep error in vite-node
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 17, 2024
1 parent a457e8e commit f3dcd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-node/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function run(files: string[], options: CliOptions = {}) {
: {}

const server = await createServer({
logLevel: 'warn',
logLevel: 'error',
configFile: options.config,
root: options.root,
mode: options.mode,
Expand Down

0 comments on commit f3dcd3c

Please sign in to comment.