Skip to content

Commit

Permalink
RSC: rscBuildAnalyze: Start at web/src/ (#10109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Mar 4, 2024
1 parent faf81ba commit f2ef446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/rsc/rscBuildAnalyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function rscBuildAnalyze() {
// the build for something.
await viteBuild({
configFile: rwPaths.web.viteConfig,
root: rwPaths.base,
root: rwPaths.web.src,
// @MARK: We don't care about the build output from this step. It's just
// for returning the entry names. Plus, the entire RSC build is chatty
// enough as it is. You can enable this temporarily if you need to for
Expand Down

0 comments on commit f2ef446

Please sign in to comment.