Skip to content

Commit a27312f

Browse files
committed
set PROCESSING_ASSET_ROOT with justfile
1 parent 0d361a9 commit a27312f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
export PROCESSING_ASSET_ROOT := `realpath ./assets`
2+
13
default:
24
@just --list
35

46
py-build:
57
cd crates/processing_pyo3 && uv run maturin develop
68

79
py-run file: py-build
8-
cd crates/processing_pyo3 && uv run python ../../{{file}}
10+
cd crates/processing_pyo3 && uv run python ./examples/{{file}}
911

1012
wasm-build:
1113
wasm-pack build crates/processing_wasm --target web --out-dir ../../target/wasm

0 commit comments

Comments
 (0)