Replies: 1 comment 8 replies
-
Using existing preview features of Rsbuild can make it easy to maintain, you can serve it yourself on your demand. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
rspress/packages/cli/src/index.ts
Line 140 in e2ebf7a
There is no
root
argument to overrideconfig.root
inpreview
command likebuild
, so I'd expect thatpreview
should only servedoc_build
dir orconfig.outDir
directly.rspress/packages/core/src/node/serve.ts
Lines 36 to 41 in e2ebf7a
I don't follow why the whole rsbuild flow should be invoked, that seems just wasting?
Beta Was this translation helpful? Give feedback.
All reactions