init repo from gemini capsule project
This commit is contained in:
commit
cc78733a45
10 changed files with 901 additions and 0 deletions
7
dev.sh
Executable file
7
dev.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
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