We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25c033 commit d330c62Copy full SHA for d330c62
UPGRADE.md
@@ -330,7 +330,7 @@ node storage/ssr/ssr.js
330
331
### Optional: Expose Vite port when using Laravel Sail
332
333
-If you are using Laravel Sail, you need to add a binding in your `docker-compose.yml` file for your `VITE_PORT`.
+If you would like to run the `npm run dev` command in a Laravel Sail container, you will need to publish a port in your `docker-compose.yml` file:
334
335
```diff
336
ports:
0 commit comments