forked from vieter-v/vieter
Started own mod of vweb library; first version of PUT request
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue