We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https
The option https for vite:dev-server is accepting boolean only.
The option https for vite:dev-server is accepting boolean AND options object, as described on Vite docs: https://vitejs.dev/config/server-options.html#server-https
No response
@nx/vite:dev-server
{}
Node : 18.16.0 OS : darwin arm64 yarn : 3.5.0 Hasher : Native nx : 16.3.2 @nx/js : 16.3.2 @nx/jest : 16.3.2 @nx/linter : 16.3.2 @nx/workspace : 16.3.2 @nx/cypress : 16.3.2 @nx/devkit : 16.3.2 @nrwl/devkit : 16.1.0 @nx/eslint-plugin : 16.3.2 @nx/plugin : 16.3.2 @nx/react : 16.3.2 @nx/storybook : 16.3.2 @nrwl/tao : 16.3.2 @nx/vite : 16.3.2 @nx/web : 16.3.2 typescript : 5.1.3 --------------------------------------- Community plugins: @nx-aws-plugin/nx-aws-cache : 3.0.0 nx-stylelint : 14.0.2 --------------------------------------- Local workspace plugins: @k/tm-shared @k/tm-rules @k/tooling @k/ui --------------------------------------- The following packages should match the installed version of nx - @nrwl/[email protected] To fix this, run `nx migrate [email protected]`
The text was updated successfully, but these errors were encountered:
Please note that same applies to @nx/vite:preview-server executor.
@nx/vite:preview-server
Sorry, something went wrong.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Successfully merging a pull request may close this issue.
Current Behavior
The option
https
for vite:dev-server is accepting boolean only.Expected Behavior
The option
https
for vite:dev-server is accepting boolean AND options object, as described on Vite docs: https://vitejs.dev/config/server-options.html#server-httpsGitHub Repo
No response
Steps to Reproduce
@nx/vite:dev-server
executor for "serve" task{}
Nx Report
Failure Logs
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: