From 4e5fa5f6fd174333ff651801b46ca82821f241ac Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 10:43:00 -0400 Subject: chore: update name and add more just recipies --- justfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 83bcccb..abd24c2 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,13 @@ build: python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh test: - scp "out/decky-lsfg-vk.zip" deck@192.168.0.6:~/Desktop + scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop + +watch: + ssh deck@192.168.0.6 "journalctl -f" + +cef: + tail -f ~/.local/share/Steam/logs/cef_log.txt clean: rm -rf node_modules dist \ No newline at end of file -- cgit v1.2.3