How to stop full page reloading after backend file changes #4998
Unanswered
KhalidAshaibani
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Adonisjs v6 with inertia and vuejs
I start the server using
yarn dev
I open the webpage in the browser, when I edit a controller, the page is fully reloaded, this is annoying since I need to fill the data of forms again and then check for the changes i made in the controller, how can I stop full page reload after backend file changes and make it only restart the backend severthis is my vite.config.ts file:
and this is my pakcage.json:
Beta Was this translation helpful? Give feedback.
All reactions