Restructure justfile
This commit is contained in:
parent
b51493546b
commit
2fc8dd57cd
1 changed files with 5 additions and 2 deletions
7
Justfile
7
Justfile
|
@ -1,5 +1,8 @@
|
||||||
|
run:
|
||||||
|
go run ./http-serve.go
|
||||||
|
|
||||||
get-htmx:
|
get-htmx:
|
||||||
curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js
|
curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js
|
||||||
|
|
||||||
run:
|
clean:
|
||||||
go run ./http-serve.go
|
rm -r .go
|
||||||
|
|
Loading…
Reference in a new issue