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