chore: idx direnv switch

This commit is contained in:
Rasyidan Akbar F. 2026-03-18 11:08:51 +07:00
commit 3a81d86ff8

View file

@ -32,6 +32,10 @@
mupdf # mutool for KSEI PDF parsing (ownership module)
];
shellHook = ''
export PATH="$PWD/target/debug:$PATH"
'';
env = {
RUST_BACKTRACE = "1";
};