CLI ignores Vite server config #2165
Labels
feature / enhancement
New feature or request
p2-nice-to-have
SvelteKit cannot be used by a small number of people, quality of life improvements, etc.
Describe the bug
packages\kit\src\cli.js => async function get_Config()
does not load the vite part of the config.Therefore the params for server (like
host
,port
,open
,https
,...) are ignored.Solution:
Reproduction
will not open server on port 987.
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: