add page for microblog header content
This commit is contained in:
parent
ef5f5e33ab
commit
ee4dfdad18
5 changed files with 110 additions and 57 deletions
4
dev.sh
4
dev.sh
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
set -e
|
||||
|
||||
go run main.go -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080
|
||||
source .env
|
||||
|
||||
fd | entr -r go run main.go -cert=./keys/localhost.crt.pem -key=./keys/localhost_key.pem -host=localhost:8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue