mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
add .env support
This commit is contained in:
parent
e17a9b92d5
commit
e90ecfaf7b
3 changed files with 4 additions and 0 deletions
1
main.go
1
main.go
|
@ -4,6 +4,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
_ "github.com/joho/godotenv/autoload"
|
||||
"github.com/urfave/cli/v2"
|
||||
|
||||
"codeberg.org/codeberg/pages/cmd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue