2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Fix dev docs (#8357)

This commit is contained in:
Oliver 2024-10-25 09:37:50 +11:00 committed by GitHub
parent 662cf7da3b
commit 15cf8591b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ Run the command `invoke int.frontend-compile`. Wait for this to finish
After finishing the install, you need to launch a frontend server to be able to view the new UI. After finishing the install, you need to launch a frontend server to be able to view the new UI.
Using the previously described ways of running commands, execute the following: Using the previously described ways of running commands, execute the following:
`invoke dev.frontend-dev` in your environment `invoke dev.frontend-server` in your environment
This command does not run as a background daemon, and will occupy the window it's ran in. This command does not run as a background daemon, and will occupy the window it's ran in.
### Accessing ### Accessing