diff --git a/justfile b/justfile index 59867d6..dfddc10 100644 --- a/justfile +++ b/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 diff --git a/server b/server deleted file mode 100755 index 3ea4b5d..0000000 Binary files a/server and /dev/null differ