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
I'm trying to run dev on a remote host. I do 'npm run dev --host 0.0.0.0', but it's still binding to localhost. Here's the output I'm getting
VITE v4.5.2 ready in 506 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose
I'm using the following versions. "@refinedev/cli": "^2.16.42", "@refinedev/core": "^4.57.5", "@refinedev/devtools": "^1.2.12",
It should bind to 0.0.0.0 (so that it can be accessed from outside)
"@refinedev/cli": "^2.16.42", "@refinedev/core": "^4.57.5", "@refinedev/devtools": "^1.2.12",
No response
The text was updated successfully, but these errors were encountered:
@aunghtain please use npm run dev -- --host 0.0.0.0.
npm run dev -- --host 0.0.0.0
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I'm trying to run dev on a remote host. I do 'npm run dev --host 0.0.0.0', but it's still binding to localhost. Here's the output I'm getting
I'm using the following versions.
"@refinedev/cli": "^2.16.42",
"@refinedev/core": "^4.57.5",
"@refinedev/devtools": "^1.2.12",
Steps To Reproduce
Expected behavior
It should bind to 0.0.0.0 (so that it can be accessed from outside)
Packages
Additional Context
No response
The text was updated successfully, but these errors were encountered: