Skip to content

Commit 3525e37

Browse files
authored
chore(vite-node): update ViteNodeServer options link (#4054)
1 parent 0d0f35f commit 3525e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npx vite-node -h
4040

4141
### Options via CLI
4242

43-
[All `ViteNodeServer` options](https://github.com/vitest-dev/vitest/blob/main/packages/vite-node/src/types.ts#L70-L89) are supported by the CLI. They may be defined through the dot syntax, as shown below:
43+
[All `ViteNodeServer` options](https://github.com/vitest-dev/vitest/blob/main/packages/vite-node/src/types.ts#L92-L111) are supported by the CLI. They may be defined through the dot syntax, as shown below:
4444

4545
```bash
4646
npx vite-node --options.deps.inline="module-name" --options.deps.external="/module-regexp/" index.ts

0 commit comments

Comments
 (0)