aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-04-05 07:44:38 +0200
committerGitHub <[email protected]>2023-04-05 08:44:38 +0300
commitb62fd60a6dd3e5171bf045e7dc0750fdd45a0b27 (patch)
tree812c92f2a5f1e58e8197fca9e07bfb5efbfdd1a2
parent032f2b111984970d8270958fa10c661fbad435e3 (diff)
downloadbootstrap-b62fd60a6dd3e5171bf045e7dc0750fdd45a0b27.tar.xz
bootstrap-b62fd60a6dd3e5171bf045e7dc0750fdd45a0b27.zip
Docs: remove moot `hot` option from Vite guide (#38405)
-rw-r--r--site/content/docs/5.3/getting-started/vite.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/content/docs/5.3/getting-started/vite.md b/site/content/docs/5.3/getting-started/vite.md
index b62e6190d..9c2be9f11 100644
--- a/site/content/docs/5.3/getting-started/vite.md
+++ b/site/content/docs/5.3/getting-started/vite.md
@@ -86,8 +86,7 @@ With dependencies installed and our project folder ready for us to start coding,
outDir: '../dist'
},
server: {
- port: 8080,
- hot: true
+ port: 8080
}
}
```