Skip to content

Commit

Permalink
fix(preview): set isPreview true (#15695)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunbinseo committed Jan 23, 2024
1 parent 3c9cab6 commit 93fce55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/preview.ts
Expand Up @@ -108,6 +108,7 @@ export async function preview(
'serve',
'production',
'production',
true,
)

const distDir = path.resolve(config.root, config.build.outDir)
Expand Down

0 comments on commit 93fce55

Please sign in to comment.