Skip to content

Commit cf6bfa2

Browse files
committed
update README
1 parent 2c49d20 commit cf6bfa2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/adapter-node/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,14 @@ app.listen(3000, () => {
140140

141141
## Deploying
142142

143-
You will need the output directory (`build` by default), the project's `package.json`, and the production dependencies in `node_modules` to run the application. Production dependencies can be generated with `npm ci --prod`, you can also skip this step if your app doesn't have any dependencies. You can then start your app with
143+
You will need the output directory (`build` by default), the project's `package.json`, and the production dependencies in `node_modules` to run the application. Production dependencies can be generated with `npm ci --prod` (you can skip this step if your app doesn't have any dependencies). You can then start your app with
144144

145145
```bash
146146
node build
147147
```
148148

149+
Development dependencies will be bundled into your app using `esbuild`. To control whether a given package is bundled or externalised, place it in `devDependencies` or `dependencies` respectively in your `package.json`.
150+
149151
## Changelog
150152

151153
[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/adapter-node/CHANGELOG.md).

0 commit comments

Comments
 (0)