feat(activity,api,settings): activity panel v0 over conversation events sse

This commit is contained in:
hh
2026-08-28 17:01:02 +02:00
parent 755a475f27
commit a1bf4db905
12 changed files with 1179 additions and 153 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
PLUGIN_ID := beaver
ASSETS := manifest.json main.js versions.json
PM := $(shell command -v pnpm 2>/dev/null || command -v npm 2>/dev/null)
ASSETS := manifest.json main.js styles.css versions.json
# package-lock.json → npm; otherwise whichever of pnpm/npm is around.
PM := $(if $(wildcard package-lock.json),$(shell command -v npm 2>/dev/null),$(shell command -v pnpm 2>/dev/null || command -v npm 2>/dev/null))
.PHONY: install zip _build