We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
experimentalStudio
1 parent 338be7b commit d35fc20Copy full SHA for d35fc20
packages/config/src/options.ts
@@ -247,7 +247,7 @@ const driverConfigOptions: Array<DriverConfigOption> = [
247
defaultValue: false,
248
validation: validate.isBoolean,
249
isExperimental: true,
250
- requireRestartOnChange: 'browser',
+ requireRestartOnChange: 'server',
251
}, {
252
name: 'experimentalWebKitSupport',
253
0 commit comments