Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 424 Bytes

Trying to run Vite on traditional PHP sites.

STATUS

Works on dev server, but still have to handle production build and assets path.

KNOWN ISSUE

An important limitation is the Vite's port, it must match the one that was created during "npm run dev", default 3000

NOTE

The first level "public" folder is the server's public root. Vite is outside of public root intentionaly, where it would be within a PHP app.