Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update canary for Fresh 2 #2558

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Prev Previous commit
docs: change main.tsx -> main.ts (#2574)
  • Loading branch information
liigo committed Jul 3, 2024
commit b80e5337a285ee86a25e4fcfa920a673fb30e1ac
2 changes: 1 addition & 1 deletion docs/canary/getting-started/create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fresh-project/
│ └── ...
├── deno.json # Contains project dependencies, tasks, etc
├── dev.ts # Development entry point
└── main.tsx # Production entry point (use this for Deno Deploy)
└── main.ts # Production entry point (use this for Deno Deploy)
```

The most important fields in the `deno.json` file are the `"imports"` and
Expand Down
Loading