Replies: 2 comments 1 reply
-
It doesn't look like you can currently. Remix passes options to the Perhaps this could be a new feature request. remix/packages/remix-dev/vite/dev.ts Lines 21 to 35 in dbdf223 export async function dev(
root: string,
{
clearScreen,
config: configFile,
cors,
force,
host,
logLevel,
mode,
open,
port,
strictPort,
}: ViteDevOptions
) { |
Beta Was this translation helpful? Give feedback.
1 reply
-
For some subset(?) of the options a env var can be used, for example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vite has quite a few command line options: https://vitejs.dev/guide/cli.html
The documentation does not explain how to pass them through when calling
remix vite:dev
.How to?
Beta Was this translation helpful? Give feedback.
All reactions