2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Use --host mode for frontend server

This commit is contained in:
Oliver Walters
2025-02-12 12:41:35 +00:00
parent f8ce4f3f79
commit ebcae44928

View File

@ -1403,7 +1403,7 @@ def frontend_server(c):
"""
info('Starting frontend development server')
yarn(c, 'yarn run compile')
yarn(c, 'yarn run dev')
yarn(c, 'yarn run dev --host')
@task(