Files
langchaingo/docs/Makefile
T
2024-03-19 01:09:52 +00:00

8 lines
73 B
Makefile

.PHONY: start
start:
npm run start
.PHONY: build
build:
npm run build