From 6b701637ad308513b678c80baceec6c79e339ce9 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 17 Jul 2025 14:22:56 -0400 Subject: initial conf FE and BE hooks --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 7641cea..d92039c 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ default: echo "Available recipes: build, test, clean" build: - rm -rf node_modules && .vscode/build.sh + sudo rm -rf node_modules && .vscode/build.sh test: scp "/Users/kurt/Developer/decky-lossless-scaling-vk/out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop -- cgit v1.2.3