Webui starting to work a bit better
This commit is contained in:
parent
e5d96243d4
commit
795ae82439
5 changed files with 415 additions and 404 deletions
7
Makefile
7
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue