Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sejori committed Apr 27, 2024
1 parent d389ec3 commit 7a1b5ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ router.addRoute("/get-time", {
})
```

### Bundling and transpiling

Don't do this at runtime. It is slow and the tooling is not supported across runtimes.

Use a CLI such as [`esbuild`](https://esbuild.github.io/) and integrate into CI.

```
```

<h2 id="deployment">Deployment</h2>

- [Deno Deploy](https://dash.deno.com/projects) (fork and deploy the examples if you fancy 💖)
Expand Down

1 comment on commit 7a1b5ab

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 7a1b5ab Apr 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "esbuild" not prefixed with / or ./ or ../

Please sign in to comment.