We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No found in html. i dont have problem with ejs. njk, etc extension. only html
liveReload([ path.resolve(import.meta.dir, "./resources/views/**/*.html"), ]), `` also i test { alwaysReload: true,usePolling:true } and no fixed
The text was updated successfully, but these errors were encountered:
can your create an example github repository or code sandbox that shows your problem?
Sorry, something went wrong.
https://github.com/VigilioYonatan/EXPRESS-NJK-VITE-JS
# npm install . you can use bun if you prefer bun run dev bun run serve
app.js - line 22
app.set("view engine", "njk"); //! if you change to html extension . no found livereload
with ejs , njk. found . but in html no reload
Thanks, I'm a bit busy at the moment and not shure when I'll find the time to look into this
No branches or pull requests
No found in html. i dont have problem with ejs. njk, etc extension. only html
The text was updated successfully, but these errors were encountered: