Skip to content

Commit 20db45a

Browse files
committed
chore: log runtime
1 parent 00db3ae commit 20db45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/e2e/ecosystem.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ const runtime = () => {
1414
throw new Error('Neither Node.js nor Bun is installed. Please install one of them.');
1515
};
1616

17+
console.log(`Using runtime: ${runtime()}\n`);
18+
1719
module.exports = {
1820
apps: [
1921
{

0 commit comments

Comments
 (0)