We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Hermione core, Configuration
devServer: { command: "echo 1", logs: false, readinessProbe: async () => { return true; }, },
You will get Terminating on critical error: Error: An error occured while launching dev server Dev server failed with code '0'
Terminating on critical error: Error: An error occured while launching dev server Dev server failed with code '0'
It's possiblе to use devServer option to wait for an external server.
18.20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify latest release
Hermione version
No response
Last Hermione version that worked
No response
Which area(s) of Hermione are affected? (leave empty if unsure)
Hermione core, Configuration
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
Actual Behavior
You will get
Terminating on critical error: Error: An error occured while launching dev server Dev server failed with code '0'
Expected Behavior
It's possiblе to use devServer option to wait for an external server.
Which Node.js version are you using?
18.20
The text was updated successfully, but these errors were encountered: