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+.
2222
2323``` bash
2424# 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
2626
2727# 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
2929
3030# 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
3232
3333# 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
3535```
3636
3737## Project Structure
You can’t perform that action at this time.
0 commit comments