File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ module.exports = {
11171117
11181118## devServer.open
11191119
1120- ` boolean ` ` string ` ` [string] ` ` object ` ` [object] `
1120+ ` boolean ` ` string ` ` object ` ` [string, object] `
11211121
11221122Tells dev-server to open the browser after server had been started. Set it to ` true ` to open your default browser.
11231123
@@ -1612,7 +1612,7 @@ module.exports = {
16121612
16131613## devServer.static
16141614
1615- ` boolean ` ` string ` ` [string] ` ` object ` ` [object] `
1615+ ` boolean ` ` string ` ` object ` ` [string, object] `
16161616
16171617This option allows configuring options for serving static files from the directory (by default 'public' directory). To disable set it to ` false ` :
16181618
@@ -1882,7 +1882,7 @@ module.exports = {
18821882
18831883## devServer.watchFiles
18841884
1885- ` string ` ` [string] ` ` object ` ` [object] `
1885+ ` string ` ` object ` ` [string, object] `
18861886
18871887This option allows you to configure a list of globs/directories/files to watch for file changes. For example:
18881888
You can’t perform that action at this time.
0 commit comments