aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.3/getting-started/vite.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/getting-started/vite.md')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/getting-started/vite.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/getting-started/vite.md b/vendor/twbs/bootstrap/site/content/docs/5.3/getting-started/vite.md
index b62e6190d..9c2be9f11 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/getting-started/vite.md
+++ b/vendor/twbs/bootstrap/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
}
}
```