Some checks reported warnings
arcad/arcast/pipeline/head This commit is unstable
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
{
|
|
prep: make build-apps
|
|
}
|
|
|
|
**/*.go
|
|
pkg/server/embed/**
|
|
modd.conf
|
|
.env {
|
|
prep: make build-client
|
|
prep: make build-desktop
|
|
daemon: make run RUN_CMD="bin/desktop_amd64 --debug --log-level debug run"
|
|
} |