Restructure app

This commit is contained in:
Eden Kirin
2023-10-25 17:55:36 +02:00
parent 7fdf131d53
commit 34b2f55cfc
5 changed files with 26 additions and 32 deletions

View File

@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
cmd = "go build -o ./tmp/main ./app/main.go"
cmd = "go build -o ./tmp/main ./app/."
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "build"]
exclude_file = []