Replies: 1 comment 2 replies
-
We make sure that any Node.js tooling (which exposes ports) is run outside of our Docker LDE containers. The reason for this is that each Docker container (eg. PHP-FPM 8.3) will only expose the bare minimum ports needed to do it's job, nothing more. This is how we run Vite on our Laravel projects. I hope I understood your question correctly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and sorry for my potential ignorance, but I can't crack this one.
I can't understand how to access npm server from browser.
Dev server starts, but neither the http://localhost:, or either .localhost: works.
Adding --host flag to npm run dev changes nothing
App is laravel, inertiajs, vuejs, if that changes anything.
Beta Was this translation helpful? Give feedback.
All reactions