Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.rspack.dev/rspack/rspack-banner-plain-dark.png">
<img alt="Rspack Banner" src="https://assets.rspack.dev/rspack/rspack-banner-plain-light.png">
</picture>

# @rspack/dev-server

<p>
Expand Down Expand Up @@ -68,7 +63,7 @@ $ rspack serve
$ rspack serve -c ./your.config.js
```

> See [CLI](https://rspack.dev/api/cli) for more details.
> See [CLI](https://rspack.rs/api/cli) for more details.

While starting the development server, you can specify the configuration by the `devServer` field of your Rspack config file:

Expand All @@ -83,7 +78,7 @@ export default {
};
```

> See [DevServer](https://rspack.dev/config/dev-server) for all configuration options.
> See [DevServer](https://rspack.rs/config/dev-server) for all configuration options.

### With the API

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"node": ">= 18.12.0"
},
"packageManager": "pnpm@10.27.0",
"homepage": "https://rspack.dev",
"homepage": "https://rspack.rs",
"bugs": "https://github.com/rspack-contrib/rspack-dev-server/issues",
"repository": {
"type": "git",
Expand Down