mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
15 lines
256 B
TOML
15 lines
256 B
TOML
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
bin = "./tmp/main"
|
|
cmd = "go build -o ./tmp/main ."
|
|
include_ext = ["go", "html", "css", "js"]
|
|
exclude_dir = ["tmp", "data", "signal-cli"]
|
|
delay = 1000
|
|
|
|
[log]
|
|
time = false
|
|
|
|
[screen]
|
|
clear_on_rebuild = false
|