Add: Justfile for better commands

This commit is contained in:
2026-03-14 17:00:06 +01:00
parent be2ae80be6
commit d09ff79d01

8
justfile Normal file
View File

@@ -0,0 +1,8 @@
default:
just --list
run:
pnpm run dev
build:
pnpm run build