mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
12 lines
257 B
TOML
12 lines
257 B
TOML
root = "."
|
|
tmp_dir = ".bin"
|
|
|
|
[build]
|
|
bin = "./.bin/pocket-id"
|
|
cmd = "CGO_ENABLED=0 go build -o ./.bin/pocket-id ./cmd"
|
|
exclude_dir = ["resources", ".bin", "data"]
|
|
exclude_regex = [".*_test\\.go"]
|
|
stop_on_error = true
|
|
|
|
[misc]
|
|
clean_on_exit = true |