Initial justfile

This commit is contained in:
2026-05-13 21:10:49 +03:00
parent d2ede883d1
commit e02eee4d30

11
justfile Normal file
View File

@@ -0,0 +1,11 @@
dev:
npm run dev
build:
npm run build
lint:
npm run lint
test:
echo "No test runner configured yet"