add just and mise tool support

This commit is contained in:
baschno
2025-12-22 11:21:20 +01:00
parent 29674ae504
commit 5abc0de38a
7 changed files with 247 additions and 1 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
set dotenv-filename := ".env.local"
export PATH := "./node_modules/.bin:" + env_var('PATH')
[private]
default:
@just --list --unsorted --list-submodules
mod env
mod BasicSetup '01_Basic_Setup'