Automatically generate the .env file if it is not there

This commit is contained in:
Achim Rohn
2025-09-17 09:59:02 +02:00
parent fae6653f94
commit 0283634b98
5 changed files with 63 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ tmp_dir = "tmp"
bin = "./tmp/main"
cmd = "time go build -gcflags=\"all=-l\" -ldflags=\"-w -s\" -o ./tmp/main main.go"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "cdk", "dist", "db"]
exclude_dir = ["assets", "tmp", "vendor", "testdata", "cdk", "dist", "db", "static"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false