-
DevServerConfig(Path projectDirectory,
String mainClass,
String applicationName,
String namespace,
boolean watch,
boolean compileOnStart,
boolean testsEnabled,
Duration startupTimeout,
Duration gracefulShutdownTimeout,
Duration debounce,
FrontendConfig frontend,
List<String> appArgs,
boolean fastCompilerEnabled,
String environment,
List<String> applications,
int gatewayPort,
IdpMode idpMode,
Map<String, DevApplicationConfig> applicationConfig)
Creates an instance of a DevServerConfig record class.