Some checks failed
Backend Tests / Static Checks (push) Has been cancelled
Backend Tests / Tests (other) (push) Has been cancelled
Backend Tests / Tests (plugin) (push) Has been cancelled
Backend Tests / Tests (server) (push) Has been cancelled
Backend Tests / Tests (store) (push) Has been cancelled
Build Canary Image / build-frontend (push) Has been cancelled
Build Canary Image / build-push (linux/amd64) (push) Has been cancelled
Build Canary Image / build-push (linux/arm64) (push) Has been cancelled
Build Canary Image / merge (push) Has been cancelled
Frontend Tests / Lint (push) Has been cancelled
Frontend Tests / Build (push) Has been cancelled
Proto Linter / Lint Protos (push) Has been cancelled
24 lines
495 B
TOML
24 lines
495 B
TOML
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
entrypoint = ["./tmp/main", "--port", "8081"]
|
|
cmd = "go build -o ./tmp/main ./cmd/memos"
|
|
delay = 2000
|
|
exclude_dir = ["assets", "tmp", "vendor", "web", "proto/gen", "arms_cache", "store/migration"]
|
|
include_ext = ["go", "yaml", "yml", "toml"]
|
|
exclude_regex = ["_test.go"]
|
|
|
|
[log]
|
|
time = true
|
|
|
|
[color]
|
|
app = "cyan"
|
|
build = "yellow"
|
|
main = "magenta"
|
|
runner = "green"
|
|
watcher = "blue"
|
|
|
|
[screen]
|
|
clear_on_rebuild = true
|
|
keep_scroll = true |