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