mirror of https://github.com/twbs/bootstrap.git
Docs: remove moot `hot` option from Vite guide (#38405)
This commit is contained in:
parent
032f2b1119
commit
b62fd60a6d
|
@ -86,8 +86,7 @@ With dependencies installed and our project folder ready for us to start coding,
|
||||||
outDir: '../dist'
|
outDir: '../dist'
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 8080,
|
port: 8080
|
||||||
hot: true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue