From 0289b02d971728e6af67f5d4e9eb3363f9971f2c Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sun, 23 Feb 2025 20:24:22 -0800 Subject: [PATCH] chore(just): add wpm target --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 2d085958..26cd09ed 100644 --- a/justfile +++ b/justfile @@ -39,11 +39,14 @@ copy-target target: copy-targets *targets: "{{ targets }}" -split ' ' | ForEach-Object { just copy-target $_ } +wpm target: + just build-target {{ target }} && wpmctl stop {{ target }}; just copy-target {{ target }} && wpmctl start {{ target }} + copy: just copy-targets komorebic komorebic-no-console komorebi komorebi-bar komorebi-gui run target: - cargo +stable run --bin {{ target }} --locked --profile dev-jeezy + cargo +stable run --bin {{ target }} --locked warn target $RUST_LOG="warn": just run {{ target }}