flokosiol / kirby-vitekit

Vite.js + Kirby 3 with public folder setup
MIT License
42 stars 0 forks source link

PHP Files not reloading #4

Closed dannystarkDE closed 2 years ago

dannystarkDE commented 2 years ago

Hey,

i followed your instructions step by step. But when i'm changing PHP Files in the /site folder, the site isn't updating.

any ideas? thx

dannystarkDE commented 2 years ago

ah okay. i had to change the path in the vite.config to:

plugins: [
    liveReload('../site/(templates|snippets|controllers|models)/**/*.php')
  ],