Webui starting to work a bit better

This commit is contained in:
Igor Katson 2023-11-21 12:56:07 +00:00
parent e5d96243d4
commit 795ae82439
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 415 additions and 404 deletions

View file

@ -5,7 +5,12 @@ all: sign-release sign-debug
@PHONY: webui-dev
webui-dev:
cd crates/librqbit/webui && \
tsc --watch
npm run dev
@PHONY: webui-build
webui-build:
cd crates/librqbit/webui && \
npm run build
@PHONY: clean
clean: