diff options
| author | William Hergès <william@herges.fr> | 2026-01-17 21:50:54 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-01-17 21:50:54 +0100 |
| commit | c661541e45dddd6a082af66fcf7df7ba7dfdc6a6 (patch) | |
| tree | 318b29652c4f59a7f6a16ff7a566b1a9935d069d /justfile | |
| parent | ec5cfa632eeb607351f67bad6686ec872291bd61 (diff) | |
perf(command): store data used by top in state
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -12,10 +12,7 @@ update: go run . stop: - podman stop postgres adminer || (echo "no container"; exit 0) - podman network rm db - -clean-network: + podman stop postgres adminer || (echo "no container") podman network rm db || echo "no network" build: |
