Started own mod of vweb library; first version of PUT request
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
1967f395f1
commit
5edbaf9b4b
12 changed files with 133 additions and 1439 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,9 @@
|
|||
.PHONY: run
|
||||
run:
|
||||
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG v run vieter
|
||||
|
||||
.PHONY: watch
|
||||
watch:
|
||||
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG v watch run vieter
|
||||
|
||||
.PHONY: fmt
|
||||
|
|
|
|||
Reference in a new issue