Skip to content

Commit 481447d

Browse files
committed
make build
1 parent 83b67f3 commit 481447d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ embed:
22
cd chat && bun run build
33
rm -rf lib/httpapi/chat && mkdir -p lib/httpapi/chat && touch lib/httpapi/chat/marker
44
cp -r chat/out/. lib/httpapi/chat/
5+
6+
build: embed
7+
go build -o agentapi main.go

0 commit comments

Comments
 (0)