Change build output location

This commit is contained in:
sepia 2025-07-24 18:43:23 -05:00
parent 6bea470c38
commit c96ba8db66
2 changed files with 1 additions and 1 deletions

View File

@ -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

BIN
server

Binary file not shown.