Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit a0d9973

Browse files
committed
docs: update contributing
1 parent 4e3b1ef commit a0d9973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You will need [Deno](https://deno.land/) 1.7+.
2222

2323
```bash
2424
# ssr/development with HMR
25-
ALEPH_DEV_PORT=2020 deno run -A --unstable cli.ts dev ./examples/hello-world -L debug
25+
ALEPH_DEV_PORT=2020 deno run -A --unstable --location=http://localhost dev ./examples/hello-world -L debug
2626

2727
# ssr/production
28-
ALEPH_DEV_PORT=2020 deno run -A --unstable cli.ts start ./examples/hello-world -L debug
28+
ALEPH_DEV_PORT=2020 deno run -A --unstable --location=http://localhost start ./examples/hello-world -L debug
2929

3030
# ssg
31-
ALEPH_DEV_PORT=2020 deno run -A --unstable cli.ts build ./examples/hello-world -L debug
31+
ALEPH_DEV_PORT=2020 deno run -A --unstable --location=http://localhost build ./examples/hello-world -L debug
3232

3333
# run all tests
3434
deno test -A --unstable --location=https://deno.land/x/aleph

0 commit comments

Comments
 (0)