Refactor server and templates package
This commit is contained in:
parent
b6bf0a8900
commit
6ede99d7c6
105 changed files with 341 additions and 339 deletions
6
Makefile
6
Makefile
|
|
@ -6,10 +6,10 @@ wdcli:
|
|||
go generate ./internal/dis/component/control/static/
|
||||
go build -o ./wdcli ./cmd/wdcli
|
||||
|
||||
deps: internal/dis/component/control/static/node_modules
|
||||
deps: internal/dis/component/server/assets/node_modules
|
||||
|
||||
internal/dis/component/control/static/node_modules:
|
||||
cd internal/dis/component/control/static/ && yarn install
|
||||
internal/dis/component/server/assets/node_modules:
|
||||
cd internal/dis/component/server/assets/ && yarn install
|
||||
|
||||
clean:
|
||||
rm wdcli
|
||||
Loading…
Add table
Add a link
Reference in a new issue