Add build command to justfile
This commit is contained in:
parent
034a9d3909
commit
26e199375f
2 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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
BIN
server
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue