Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored and astrobot-houston committed Sep 28, 2023
1 parent f6ba533 commit 0e35457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/integrations/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,15 @@ There are three options available:
```

### `routes.include`

`routes.include: string[]`

default `[]`

If you want to use the automatic `_routes.json` generation, but want to include additional routes (e.g. when having custom functions in the `functions` folder), you can use the `routes.include` option to add additional routes to the `include` array.

### `routes.exclude`

`routes.exclude: string[]`

default `[]`
Expand Down Expand Up @@ -220,6 +222,7 @@ You can access the runtime from Astro components through `Astro.locals` inside a
// src/pages/index.astro
const runtime = Astro.locals.runtime;
---
<pre>{JSON.stringify(runtime.env)}</pre>
```

Expand Down

0 comments on commit 0e35457

Please sign in to comment.