Skip to content
Discussion options

You must be logged in to vote

Do we lose out on any vite features by not starting our custom server with vite dev?

Nope. If you are delegating assets and Remix request handler stuff to Vite like shown in the docs, then you are only limited by whatever you choose as your server (e.g. Express). Note that in this case, any vite.config.ts fields that only affect the Vite server won't be relevant since you aren't running the Vite server, but any features provided by those options should be implementable in your own custom server too.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cliffordfajardo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants