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

Commit c378df1

Browse files
committed
Update contributing docs
1 parent 967aecf commit c378df1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

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

2323
```bash
2424
# ssr/development with HMR
25-
ALEPH_DEV=true deno run -A --unstable --import-map=./import_map.json cli.ts dev ./examples/hello-world -L debug
25+
ALEPH_DEV=true deno run -A --import-map=./import_map.json cli.ts dev ./examples/hello-world -L debug
2626

2727
# ssr/production
28-
ALEPH_DEV=true deno run -A --unstable --import-map=./import_map.json cli.ts start ./examples/hello-world -L debug
28+
ALEPH_DEV=true deno run -A --import-map=./import_map.json cli.ts start ./examples/hello-world -L debug
2929

3030
# ssg
31-
ALEPH_DEV=true deno run -A --unstable --import-map=./import_map.json cli.ts build ./examples/hello-world -L debug
31+
ALEPH_DEV=true deno run -A --import-map=./import_map.json cli.ts build ./examples/hello-world -L debug
3232

3333
# run all tests
34-
deno test -A --unstable --import-map=./import_map.json
34+
deno test -A --import-map=./import_map.json
3535
```
3636

3737
## Project Structure

0 commit comments

Comments
 (0)