Replies: 1 comment 1 reply
-
If you are doing frontend development we actually provide a separate server process for running the live preview of the frontend - https://docs.inventree.org/en/stable/develop/react-frontend/ Using this, you can make changes to the frontend code and see those changes reflected live on the website. You do not need to recompile the code every time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everytime I try to make a change to the frontend of the inventree I have to run the command:
invoke dev.translate
to get the frontend to update and this just takes too much time (around a minute per compilation) to compile it everytime you want to review the changes and I was wondering if there is a way to bypass / disable it for development since I don't need internalization for the development.Beta Was this translation helpful? Give feedback.
All reactions