This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ You will need [Deno](https://deno.land/) 1.7+.
22
22
23
23
``` bash
24
24
# ssr/development with HMR
25
- ALEPH_DEV_PORT=2020 deno run -A --unstable --location=http://localhost cli.ts dev ./examples/hello-world -L debug
25
+ ALEPH_DEV=true deno run -A --unstable --location=http://localhost cli.ts dev ./examples/hello-world -L debug
26
26
27
27
# ssr/production
28
- ALEPH_DEV_PORT=2020 deno run -A --unstable --location=http://localhost cli.ts start ./examples/hello-world -L debug
28
+ ALEPH_DEV=true deno run -A --unstable --location=http://localhost cli.ts start ./examples/hello-world -L debug
29
29
30
30
# ssg
31
- ALEPH_DEV_PORT=2020 deno run -A --unstable --location=http://localhost cli.ts build ./examples/hello-world -L debug
31
+ ALEPH_DEV=true deno run -A --unstable --location=http://localhost cli.ts build ./examples/hello-world -L debug
32
32
33
33
# run all tests
34
- deno test -A --unstable --import-map=import_map.json -- location=https://deno.land/x/aleph
34
+ deno test -A --unstable --location=https://deno.land/x/aleph
35
35
```
36
36
37
37
## Project Structure
You can’t perform that action at this time.
0 commit comments