I am using Putty to run and compile vue js + laravel app on Godaddy VPS. Changes are not taking effect.
I have Laravel + Vue.js App on VPS. When I make changes in code, I am running following command in Putty.
npm run dev npm run watch
Changes are not being applied. Even when it shows all modules built successfully.
npm run watch should apply changes in code. In local environment using wamp it works
oh, have you tried laravel cached views clear??
php artisan cache:clear