-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Version: 1.0.1
Bug Description
When the host option is set to true, the generated nette.json file includes:
devServer: "http://true:5173"
Steps To Reproduce
Set the host option to true and run the dev server.
Expected Behavior
Mantain localhost as default host when true is used as value,
Possible Solution
- When
trueis set ashost, default tolocalhostas thehostvalue. - Add a new
defaultHostoption to the plugin config.
I know this is a completely new feature, but when developing with docker, the vite dev server doesn't work with standard host options.
duchymor and rumcais
Metadata
Metadata
Assignees
Labels
No labels