diff --git a/app/worker/justfile b/app/worker/justfile index f2ddcf9c..1b05f819 100644 --- a/app/worker/justfile +++ b/app/worker/justfile @@ -48,7 +48,7 @@ clean: test: _build_local_module rm -rf .certs - deno run -A --unstable --unsafely-ignore-certificate-errors test/src/run-tests-in-astral.ts + APP_PORT=8762 deno run -A --unstable --unsafely-ignore-certificate-errors test/src/run-tests-in-astral.ts build: _build_local_module deno task build