Add build command to justfile

This commit is contained in:
sepia 2025-07-24 14:47:43 -05:00
parent 034a9d3909
commit 26e199375f
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ dev:
# Build the project
build:
bun build src/client-entry.ts --outfile dist/bundle.js --define "process.env.WS_URL='ws://localhost:3000/ws'"
bun build --compile --minify --target bun --outfile server ./src/index.ts
# Run tests
test:

BIN
server Executable file

Binary file not shown.