chore: Add build_frontend target to Makefile

This commit is contained in:
ogabrielluiz 2024-06-17 11:57:31 -03:00
commit bead43ebad

View file

@ -208,6 +208,7 @@ ifdef base
endif
ifdef main
make build_frontend
make build_langflow
endif