feat(activity,api,settings): activity panel v0 over conversation events sse
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user