diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 19:00:39 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 19:00:39 +0200 |
| commit | 24ec3f328981a7dad54d3aae48e8feae932aed87 (patch) | |
| tree | 2bd34ea8aaa98ed822755ca37c3a5a76c56ce62c /justfile | |
| parent | f4a7265be6b4b9c4eedad561a8ed26cd8b7003b0 (diff) | |
ci(just): create dev and build
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..a8af4ff --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +dev: + bun run build + go run . -dev -config config.toml + +build: + bun run build + go build -ldflags "-s" .
\ No newline at end of file |
