Add justfile

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 21:12:21 +03:00
parent f051fc807e
commit bd4fd403c0

22
justfile Normal file
View File

@@ -0,0 +1,22 @@
set shell := ["bash", "-eu", "-o", "pipefail", "-c"]
default:
@just --list
install:
npm install
dev:
npm run dev
build:
npm run build
start:
npm run start
lint:
npm run lint
deploy:
bash scripts/deploy.sh