mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 11:40:27 +05:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
bd8ba128cd
commit
217ca07842
@ -18,6 +18,9 @@ async function findFreePort(start) {
|
||||
return port;
|
||||
}
|
||||
|
||||
const start = Number.parseInt(process.argv[2] || process.env.PORT || "3000", 10);
|
||||
const start = Number.parseInt(
|
||||
process.argv[2] || process.env.PORT || "3000",
|
||||
10,
|
||||
);
|
||||
const port = await findFreePort(start);
|
||||
process.stdout.write(String(port));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user