We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b67f3 commit 481447dCopy full SHA for 481447d
Makefile
@@ -2,3 +2,6 @@ embed:
2
cd chat && bun run build
3
rm -rf lib/httpapi/chat && mkdir -p lib/httpapi/chat && touch lib/httpapi/chat/marker
4
cp -r chat/out/. lib/httpapi/chat/
5
+
6
+build: embed
7
+ go build -o agentapi main.go
0 commit comments