4 lines
130 B
TOML
4 lines
130 B
TOML
[build]
|
|
bin = "tmp/app"
|
|
cmd = "go build -o tmp/app main.go"
|
|
exclude_dir = [".gitlab", "node_modules", "assets", "storage", "tmp"]
|