'Laravel Valet Not Using Public Dir for Static Html

I'm building up a Vue 3 app using the latest tooling which includes Vite.

I'm also using valet to render the built site, so I set my outDir in build to public

It creates a proper build html file with links to the assets folder, which is also created properly ... but Valet will not display anything in the public directory.

Do I seriously have to build my own driver? Why is this not working?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source