You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serve command will be an alternative to runserver command. It will watch Laravel Mix and run Django server in parallel andcollectstatic before running Django server.
Runs mix watch and runserver in parallel.
Cleans collected static files on kill.
--no-watch to not watch mix assets.
--no-collect to not collect static files.
--no-clean to not clean static files on kill.
The text was updated successfully, but these errors were encountered:
See #50.
serve
command will be an alternative torunserver
command. It will watch Laravel Mix and run Django server in parallel andcollectstatic
before running Django server.--no-watch
to not watch mix assets.--no-collect
to not collect static files.--no-clean
to not clean static files on kill.The text was updated successfully, but these errors were encountered: