Change build output location
This commit is contained in:
parent
6bea470c38
commit
c96ba8db66
2 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -5,7 +5,7 @@ dev:
|
|||
bun run --watch src/index.ts
|
||||
|
||||
build:
|
||||
bun build --compile --minify --target bun --outfile server ./src/index.ts
|
||||
bun build --compile --minify --target bun --outfile ./target/gomoku ./src/index.ts
|
||||
|
||||
test:
|
||||
bun test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue