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.
1 parent 00db3ae commit 20db45aCopy full SHA for 20db45a
scripts/e2e/ecosystem.config.js
@@ -14,6 +14,8 @@ const runtime = () => {
14
throw new Error('Neither Node.js nor Bun is installed. Please install one of them.');
15
};
16
17
+console.log(`Using runtime: ${runtime()}\n`);
18
+
19
module.exports = {
20
apps: [
21
{
0 commit comments