KY
Asked
Hello. I would like to make some changes to the application code and have it reflected in my online version. You helped set up the server. I run npm run mps:w and it says missing script.
- MSAnswered
Hello,
The watch command was replaced when moved to vitejs form mix. Please run
npm run mps:h
for development andnpm run mps:p
for production build.I will remove this from docs.
Thank you
- Login to Reply