mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
Use --host mode for frontend server
This commit is contained in:
2
tasks.py
2
tasks.py
@ -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(
|
||||
|
Reference in New Issue
Block a user