Skip to content

Commit ff6cd45

Browse files
authoredOct 11, 2023
docs: fix express github url (sveltejs#10859)
1 parent f641925 commit ff6cd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎documentation/docs/25-build-and-deploy/40-adapter-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Note: to use Node's built-in `crypto` global with Node 18 you will need to use t
171171

172172
The adapter creates two files in your build directory — `index.js` and `handler.js`. Running `index.js` — e.g. `node build`, if you use the default build directory — will start a server on the configured port.
173173

174-
Alternatively, you can import the `handler.js` file, which exports a handler suitable for use with [Express](https://github.com/expressjs/expressjs.com), [Connect](https://github.com/senchalabs/connect) or [Polka](https://github.com/lukeed/polka) (or even just the built-in [`http.createServer`](https://nodejs.org/dist/latest/docs/api/http.html#httpcreateserveroptions-requestlistener)) and set up your own server:
174+
Alternatively, you can import the `handler.js` file, which exports a handler suitable for use with [Express](https://github.com/expressjs/express), [Connect](https://github.com/senchalabs/connect) or [Polka](https://github.com/lukeed/polka) (or even just the built-in [`http.createServer`](https://nodejs.org/dist/latest/docs/api/http.html#httpcreateserveroptions-requestlistener)) and set up your own server:
175175

176176
```js
177177
// @errors: 2307 7006

0 commit comments

Comments
 (0)
Please sign in to comment.