mirror of
https://github.com/vxcontrol/langchaingo.git
synced 2026-07-25 08:36:24 -04:00
8 lines
73 B
Makefile
8 lines
73 B
Makefile
.PHONY: start
|
|
start:
|
|
npm run start
|
|
|
|
.PHONY: build
|
|
build:
|
|
npm run build
|