Add build recipe to Justfile

This commit is contained in:
2025-07-07 18:29:19 -04:00
parent 0f67381b8c
commit 4349834509
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules
.env
config.json
build

View File

@@ -8,6 +8,9 @@ format:
lint:
bunx --bun @biomejs/biome lint --fix *.ts plugins/
build:
bun build --target bun --outdir build index.ts
docker-build:
docker build --pull -t blitzcrank:latest-dev .