Change build output location
This commit is contained in:
parent
6bea470c38
commit
c96ba8db66
2
justfile
2
justfile
|
@ -5,7 +5,7 @@ dev:
|
||||||
bun run --watch src/index.ts
|
bun run --watch src/index.ts
|
||||||
|
|
||||||
build:
|
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:
|
test:
|
||||||
bun test
|
bun test
|
||||||
|
|
Loading…
Reference in New Issue