SB
Asked
Im trying to add more options to the settings page, where i have added a new input box, how to i re-compile the project so i can see the changes?
- MSAnswered
Hello,
You can run
npm ito install dependencies thennpm run dev # for development npm run build # for productionThank you
- Login to Reply