Skip to content

Commit

Permalink
ci: update integration docs (#2159)
Browse files Browse the repository at this point in the history
Co-authored-by: delucis <delucis@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
  • Loading branch information
3 people authored Dec 17, 2022
1 parent a5daa1e commit 47c4153
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 404 deletions.
2 changes: 1 addition & 1 deletion src/pages/en/guides/integrations-guide/deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default defineConfig({
If you disable this, you need to write your own Deno web server. Import and call `handle` from the generated entry script to render requests:
```ts
import { serve } from "https://deno.land/std@0.132.0/http/server.ts";
import { serve } from "https://deno.land/std@0.167.0/http/server.ts";
import { handle } from './dist/entry.mjs';
serve((req: Request) => {
Expand Down
Loading

0 comments on commit 47c4153

Please sign in to comment.