diff --git a/justfile b/justfile index 65a2f12..2fdcc84 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,7 @@ dev: # Build the project build: - bun build src/client-entry.ts --outfile dist/bundle.js --define "process.env.WS_URL='ws://localhost:3000/ws'" + bun build --compile --minify --target bun --outfile server ./src/index.ts # Run tests test: diff --git a/server b/server new file mode 100755 index 0000000..9be25a1 Binary files /dev/null and b/server differ