diff --git a/justfile b/justfile index dfddc10..601b4af 100644 --- a/justfile +++ b/justfile @@ -7,6 +7,9 @@ dev: build: bun build --compile --minify --target bun --outfile ./target/gomoku ./src/index.ts +deploy: build + rsync -avz target/gomoku sepiatonesxyz:~/gomoku + test: bun test diff --git a/target/gomoku b/target/gomoku new file mode 100755 index 0000000..3c7ab4d Binary files /dev/null and b/target/gomoku differ