buncargo 1.0.29 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/dist/bin.d.ts +1 -12
  2. package/dist/bin.js +261 -253
  3. package/dist/cli/bin.d.ts +13 -0
  4. package/dist/cli/bin.js +315 -0
  5. package/dist/cli/commands/help.d.ts +1 -0
  6. package/dist/cli/commands/runtime.d.ts +5 -0
  7. package/dist/cli/commands/version.d.ts +1 -0
  8. package/dist/cli/index.d.ts +1 -0
  9. package/dist/cli/index.js +14 -0
  10. package/dist/cli/run-cli.d.ts +22 -0
  11. package/dist/cli.d.ts +1 -22
  12. package/dist/cli.js +5 -13
  13. package/dist/config/config.d.ts +1 -0
  14. package/dist/config/define-config.d.ts +13 -0
  15. package/dist/config/index.d.ts +3 -0
  16. package/dist/config/index.js +15 -0
  17. package/dist/config/merge-configs.d.ts +3 -0
  18. package/dist/config/validate-config.d.ts +3 -0
  19. package/dist/config.d.ts +1 -72
  20. package/dist/config.js +12 -12
  21. package/dist/core/docker.d.ts +1 -83
  22. package/dist/core/docker.js +35 -32
  23. package/dist/core/index.d.ts +1 -1
  24. package/dist/core/index.js +123 -118
  25. package/dist/core/network.js +2 -2
  26. package/dist/core/ports.js +1 -1
  27. package/dist/core/process.js +1 -1
  28. package/dist/core/tunnel.d.ts +33 -0
  29. package/dist/core/utils.js +2 -2
  30. package/dist/core/watchdog-runner.js +45 -42
  31. package/dist/core/watchdog.d.ts +1 -0
  32. package/dist/core/watchdog.js +4 -2
  33. package/dist/docker/index.d.ts +1 -0
  34. package/dist/docker/index.js +38 -0
  35. package/dist/docker/runtime.d.ts +87 -0
  36. package/dist/docker/runtime.js +37 -0
  37. package/dist/docker-compose/compose.d.ts +1 -0
  38. package/dist/docker-compose/generated-file.d.ts +7 -0
  39. package/dist/docker-compose/index.d.ts +3 -0
  40. package/dist/docker-compose/index.js +15 -0
  41. package/dist/docker-compose/model.d.ts +6 -0
  42. package/dist/docker-compose/services/clickhouse.d.ts +16 -0
  43. package/dist/docker-compose/services/define-docker-service.d.ts +41 -0
  44. package/dist/docker-compose/services/index.d.ts +23 -0
  45. package/dist/docker-compose/services/index.js +17 -0
  46. package/dist/docker-compose/services/postgres.d.ts +12 -0
  47. package/dist/docker-compose/services/redis.d.ts +12 -0
  48. package/dist/docker-compose/services/shared.d.ts +7 -0
  49. package/dist/docker-compose/yaml.d.ts +2 -0
  50. package/dist/environment/create-dev-environment.d.ts +23 -0
  51. package/dist/environment/index.d.ts +1 -0
  52. package/dist/environment/index.js +15 -0
  53. package/dist/environment/logging.d.ts +17 -0
  54. package/dist/environment/seeding.d.ts +9 -0
  55. package/dist/environment.d.ts +1 -23
  56. package/dist/environment.js +12 -14
  57. package/dist/index-045jksh5.js +147 -0
  58. package/dist/index-08wa79cs.js +125 -117
  59. package/dist/index-0kxnae3z.js +335 -0
  60. package/dist/index-1mdrf7nz.js +51 -43
  61. package/dist/index-1yvbwj4k.js +262 -242
  62. package/dist/index-23ev345g.js +475 -0
  63. package/dist/index-2ckr49sf.js +228 -0
  64. package/dist/index-2f47khe5.js +376 -369
  65. package/dist/index-2fr3g85b.js +220 -183
  66. package/dist/index-38xnzpa6.js +450 -0
  67. package/dist/index-3h3dhtf2.js +51 -43
  68. package/dist/index-42x95209.js +51 -43
  69. package/dist/index-4gp0az1g.js +145 -0
  70. package/dist/index-4xrxh8yv.js +72 -0
  71. package/dist/index-5gmws6ah.js +181 -0
  72. package/dist/index-5hka0tff.js +78 -76
  73. package/dist/index-5rfqps4b.js +3 -0
  74. package/dist/index-5t9jxqm0.js +428 -0
  75. package/dist/index-6c1w1xk5.js +101 -0
  76. package/dist/index-6fm7mvwj.js +118 -97
  77. package/dist/index-6srpc523.js +127 -128
  78. package/dist/index-731rzzfp.js +157 -142
  79. package/dist/index-75y4cg2z.js +51 -43
  80. package/dist/index-7ja4ywyj.js +126 -127
  81. package/dist/index-8bw1cmz4.js +531 -0
  82. package/dist/index-8hbbj1mp.js +120 -121
  83. package/dist/index-8xj2p5n5.js +118 -97
  84. package/dist/index-bj79tw5w.js +0 -0
  85. package/dist/index-bnk6nr0g.js +73 -0
  86. package/dist/index-brbbzyks.js +72 -0
  87. package/dist/index-c0dr6mcv.js +123 -0
  88. package/dist/index-cty0bcry.js +235 -218
  89. package/dist/index-d8tyv5se.js +228 -0
  90. package/dist/index-d9efy0n4.js +176 -150
  91. package/dist/index-etfmqjjf.js +427 -0
  92. package/dist/index-fb29934k.js +172 -0
  93. package/dist/index-g50jw1yf.js +72 -0
  94. package/dist/index-g6eb5wdw.js +118 -117
  95. package/dist/index-ggq3yryx.js +99 -95
  96. package/dist/index-h70tce00.js +177 -0
  97. package/dist/index-hkxtfqtc.js +333 -0
  98. package/dist/index-kf3dhser.js +146 -143
  99. package/dist/index-ma6tgdb2.js +500 -0
  100. package/dist/index-mam0bcyz.js +123 -0
  101. package/dist/index-mm412dkp.js +274 -0
  102. package/dist/index-n8v18aeb.js +0 -0
  103. package/dist/index-ndnmnsej.js +378 -371
  104. package/dist/index-p8wty0e2.js +389 -379
  105. package/dist/index-qfphr2fd.js +78 -76
  106. package/dist/index-qqmms8rs.js +51 -43
  107. package/dist/index-qw4093g2.js +51 -43
  108. package/dist/index-qzwpzjbx.js +121 -122
  109. package/dist/index-segbnm0h.js +146 -143
  110. package/dist/index-t0fj6gg1.js +112 -0
  111. package/dist/index-thdkwnv7.js +122 -0
  112. package/dist/index-tjbx2r2t.js +270 -0
  113. package/dist/index-tjqw9vtj.js +62 -54
  114. package/dist/index-vbpb89jy.js +248 -0
  115. package/dist/index-vhs88xhe.js +99 -95
  116. package/dist/index-w8zxnjka.js +249 -0
  117. package/dist/index-wk2na3t9.js +385 -375
  118. package/dist/index-wz9x8g7z.js +383 -373
  119. package/dist/index-x249gyde.js +388 -378
  120. package/dist/index-xkvd0nsd.js +187 -0
  121. package/dist/index-yedqxm1z.js +80 -0
  122. package/dist/index-zfjzzjkf.js +240 -199
  123. package/dist/index.d.ts +12 -8
  124. package/dist/index.js +56 -35
  125. package/dist/lint.d.ts +1 -46
  126. package/dist/lint.js +3 -7
  127. package/dist/loader/cache.d.ts +4 -0
  128. package/dist/loader/find-config-file.d.ts +2 -0
  129. package/dist/loader/index.d.ts +5 -0
  130. package/dist/loader/index.js +24 -0
  131. package/dist/loader/load-dev-env.d.ts +5 -0
  132. package/dist/loader/loader.d.ts +1 -0
  133. package/dist/loader.d.ts +1 -45
  134. package/dist/loader.js +22 -20
  135. package/dist/prisma/index.d.ts +1 -0
  136. package/dist/prisma/prisma.d.ts +29 -0
  137. package/dist/prisma.d.ts +1 -29
  138. package/dist/prisma.js +6 -10
  139. package/dist/src/bin.js +309 -0
  140. package/dist/src/cli.js +5 -0
  141. package/dist/src/config.js +15 -0
  142. package/dist/src/core/docker.js +38 -0
  143. package/dist/src/core/index.js +130 -0
  144. package/dist/src/core/network.js +9 -0
  145. package/dist/src/core/ports.js +23 -0
  146. package/dist/src/core/process.js +31 -0
  147. package/dist/src/core/utils.js +11 -0
  148. package/dist/src/core/watchdog-runner.js +69 -0
  149. package/dist/src/core/watchdog.js +28 -0
  150. package/dist/src/docker/runtime.js +37 -0
  151. package/dist/src/docker-compose/index.js +16 -0
  152. package/dist/src/docker-compose/services/index.js +17 -0
  153. package/dist/src/environment.js +12 -0
  154. package/dist/src/index.js +122 -0
  155. package/dist/src/lint.js +3 -0
  156. package/dist/src/loader.js +25 -0
  157. package/dist/src/prisma.js +6 -0
  158. package/dist/src/types.js +0 -0
  159. package/dist/typecheck/index.d.ts +1 -0
  160. package/dist/typecheck/index.js +7 -0
  161. package/dist/typecheck/typecheck.d.ts +46 -0
  162. package/dist/types/all-types.d.ts +501 -0
  163. package/dist/types/cli.d.ts +1 -0
  164. package/dist/types/config.d.ts +6 -0
  165. package/dist/types/docker.d.ts +15 -0
  166. package/dist/types/environment.d.ts +8 -0
  167. package/dist/types/hooks.d.ts +9 -0
  168. package/dist/types/index.d.ts +1 -0
  169. package/dist/types/index.js +0 -0
  170. package/dist/types/prisma.d.ts +1 -0
  171. package/dist/types.d.ts +1 -399
  172. package/package.json +145 -140
  173. package/readme.md +349 -109
  174. package/src/cli/bin.ts +77 -0
  175. package/src/cli/commands/help.ts +39 -0
  176. package/src/cli/commands/runtime.ts +72 -0
  177. package/src/cli/commands/version.ts +4 -0
  178. package/src/cli/index.ts +1 -0
  179. package/{cli.ts → src/cli/run-cli.ts} +95 -6
  180. package/src/config/define-config.ts +30 -0
  181. package/src/config/index.ts +3 -0
  182. package/src/config/merge-configs.ts +33 -0
  183. package/src/config/validate-config.ts +136 -0
  184. package/{core → src/core}/index.ts +2 -2
  185. package/{core → src/core}/ports.ts +5 -2
  186. package/{core → src/core}/process.ts +6 -2
  187. package/src/core/tunnel.ts +151 -0
  188. package/{core → src/core}/utils.ts +1 -0
  189. package/{core → src/core}/watchdog.ts +5 -1
  190. package/src/docker/index.ts +1 -0
  191. package/{core/docker.ts → src/docker/runtime.ts} +11 -4
  192. package/src/docker-compose/generated-file.ts +45 -0
  193. package/src/docker-compose/index.ts +7 -0
  194. package/src/docker-compose/model.ts +197 -0
  195. package/src/docker-compose/services/clickhouse.ts +79 -0
  196. package/src/docker-compose/services/define-docker-service.ts +109 -0
  197. package/src/docker-compose/services/index.ts +67 -0
  198. package/src/docker-compose/services/postgres.ts +60 -0
  199. package/src/docker-compose/services/redis.ts +48 -0
  200. package/src/docker-compose/services/shared.ts +79 -0
  201. package/src/docker-compose/yaml.ts +88 -0
  202. package/{environment.ts → src/environment/create-dev-environment.ts} +93 -130
  203. package/src/environment/index.ts +1 -0
  204. package/src/environment/logging.ts +101 -0
  205. package/src/environment/seeding.ts +57 -0
  206. package/{index.ts → src/index.ts} +49 -20
  207. package/src/loader/cache.ts +23 -0
  208. package/src/loader/find-config-file.ts +29 -0
  209. package/src/loader/index.ts +17 -0
  210. package/src/loader/load-dev-env.ts +38 -0
  211. package/src/prisma/index.ts +1 -0
  212. package/{prisma.ts → src/prisma/prisma.ts} +4 -2
  213. package/src/typecheck/index.ts +1 -0
  214. package/{types.ts → src/types/all-types.ts} +130 -5
  215. package/src/types/index.ts +1 -0
  216. package/bin.ts +0 -192
  217. package/config.ts +0 -194
  218. package/loader.ts +0 -126
  219. /package/{core → src/core}/network.ts +0 -0
  220. /package/{core → src/core}/watchdog-runner.ts +0 -0
  221. /package/{lint.ts → src/typecheck/typecheck.ts} +0 -0
@@ -0,0 +1,123 @@
1
+ import {
2
+ calculatePortOffset,
3
+ computePorts,
4
+ computeUrls
5
+ } from "./index-fb29934k.js";
6
+
7
+ // src/core/network.ts
8
+ import { networkInterfaces } from "node:os";
9
+ function getLocalIp() {
10
+ const interfaces = networkInterfaces();
11
+ for (const name of Object.keys(interfaces)) {
12
+ const nets = interfaces[name];
13
+ if (!nets)
14
+ continue;
15
+ for (const net of nets) {
16
+ if (net.family === "IPv4" && !net.internal) {
17
+ return net.address;
18
+ }
19
+ }
20
+ }
21
+ return "127.0.0.1";
22
+ }
23
+ async function waitForServer(url, options = {}) {
24
+ const { timeout = 30000, interval = 2000, verbose = false } = options;
25
+ const start = Date.now();
26
+ let attempts = 0;
27
+ while (Date.now() - start < timeout) {
28
+ attempts++;
29
+ const controller = new AbortController;
30
+ const timeoutId = setTimeout(() => controller.abort(), 5000);
31
+ try {
32
+ const response = await fetch(url, {
33
+ signal: controller.signal
34
+ });
35
+ clearTimeout(timeoutId);
36
+ if (response.ok || response.status === 404) {
37
+ if (verbose) {
38
+ console.log(` ✓ ${url} ready after ${attempts} attempts`);
39
+ }
40
+ return;
41
+ }
42
+ } catch {
43
+ clearTimeout(timeoutId);
44
+ if (verbose && attempts % 5 === 0) {
45
+ console.log(` ⏳ Waiting for ${url}... (${Math.round((Date.now() - start) / 1000)}s)`);
46
+ }
47
+ }
48
+ await sleep(interval);
49
+ }
50
+ throw new Error(`Server at ${url} did not respond within ${timeout}ms after ${attempts} attempts`);
51
+ }
52
+ async function waitForDevServers(apps, ports, options = {}) {
53
+ const { timeout = 60000, verbose = true } = options;
54
+ if (verbose)
55
+ console.log("⏳ Waiting for servers to be ready...");
56
+ const promises = [];
57
+ for (const [name, config] of Object.entries(apps)) {
58
+ const port = ports[name];
59
+ const healthPath = config.healthEndpoint ?? "/";
60
+ const url = `http://localhost:${port}${healthPath}`;
61
+ const appTimeout = config.healthTimeout ?? timeout;
62
+ promises.push(waitForServer(url, { timeout: appTimeout, verbose }));
63
+ }
64
+ await Promise.all(promises);
65
+ if (verbose)
66
+ console.log("✓ All servers ready");
67
+ }
68
+ async function isPortAvailable(port) {
69
+ const controller = new AbortController;
70
+ const timeoutId = setTimeout(() => controller.abort(), 500);
71
+ try {
72
+ const _response = await fetch(`http://localhost:${port}/`, {
73
+ signal: controller.signal
74
+ });
75
+ clearTimeout(timeoutId);
76
+ return false;
77
+ } catch (error) {
78
+ clearTimeout(timeoutId);
79
+ if (error instanceof Error) {
80
+ if (error.message.includes("ECONNREFUSED") || error.message.includes("fetch failed")) {
81
+ return true;
82
+ }
83
+ }
84
+ return true;
85
+ }
86
+ }
87
+
88
+ // src/core/utils.ts
89
+ function sleep(ms) {
90
+ return new Promise((resolve) => setTimeout(resolve, ms));
91
+ }
92
+ function isCI() {
93
+ return process.env.CI === "true" || process.env.CI === "1" || process.env.GITHUB_ACTIONS === "true" || process.env.GITLAB_CI === "true" || process.env.CIRCLECI === "true" || process.env.JENKINS_URL !== undefined;
94
+ }
95
+ function logFrontendPort(port) {
96
+ console.log(`using_frontend_port:${port}`);
97
+ }
98
+ function getEnvVar(config, name, options = {}) {
99
+ const { log = true } = options;
100
+ const offset = calculatePortOffset();
101
+ const localIp = getLocalIp();
102
+ const ports = computePorts(config.services, config.apps, offset);
103
+ const urls = computeUrls(config.services, config.apps, ports, localIp);
104
+ const envVars = config.envVars?.(ports, urls, {
105
+ projectName: config.projectPrefix,
106
+ localIp,
107
+ portOffset: offset,
108
+ publicUrls: {}
109
+ });
110
+ const value = envVars?.[name];
111
+ if (log && name === "VITE_PORT" && typeof value === "number") {
112
+ logFrontendPort(value);
113
+ }
114
+ return value;
115
+ }
116
+ function logApiUrl(url) {
117
+ console.log(`using_api_url:${url}`);
118
+ }
119
+ function logExpoApiUrl(url) {
120
+ console.log(`using_expo_api_url:${url}`);
121
+ }
122
+
123
+ export { sleep, isCI, logFrontendPort, getEnvVar, logApiUrl, logExpoApiUrl, getLocalIp, waitForServer, waitForDevServers, isPortAvailable };
@@ -1,248 +1,265 @@
1
1
  // core/process.ts
2
- import {
3
- execSync,
4
- spawn
5
- } from "node:child_process";
2
+ import { execSync, spawn } from "node:child_process";
6
3
  import { platform } from "node:os";
7
4
  import { resolve } from "node:path";
5
+
8
6
  function exec(cmd, root, envVars, options = {}) {
9
- const { cwd, verbose = false, env = {}, throwOnError = true } = options;
10
- const workingDir = cwd ? resolve(root, cwd) : root;
11
- const fullEnv = { ...process.env, ...envVars, ...env };
12
- try {
13
- const stdout = execSync(cmd, {
14
- cwd: workingDir,
15
- env: fullEnv,
16
- encoding: "utf-8",
17
- stdio: verbose ? "inherit" : ["pipe", "pipe", "pipe"]
18
- });
19
- return {
20
- exitCode: 0,
21
- stdout: typeof stdout === "string" ? stdout : "",
22
- stderr: ""
23
- };
24
- } catch (error) {
25
- const execError = error;
26
- const result = {
27
- exitCode: execError.status ?? 1,
28
- stdout: execError.stdout ?? "",
29
- stderr: execError.stderr ?? ""
30
- };
31
- if (throwOnError) {
32
- throw new Error(`Command failed with exit code ${result.exitCode}: ${cmd}
7
+ const { cwd, verbose = false, env = {}, throwOnError = true } = options;
8
+ const workingDir = cwd ? resolve(root, cwd) : root;
9
+ const fullEnv = { ...process.env, ...envVars, ...env };
10
+ try {
11
+ const stdout = execSync(cmd, {
12
+ cwd: workingDir,
13
+ env: fullEnv,
14
+ encoding: "utf-8",
15
+ stdio: verbose ? "inherit" : ["pipe", "pipe", "pipe"],
16
+ });
17
+ return {
18
+ exitCode: 0,
19
+ stdout: typeof stdout === "string" ? stdout : "",
20
+ stderr: "",
21
+ };
22
+ } catch (error) {
23
+ const execError = error;
24
+ const result = {
25
+ exitCode: execError.status ?? 1,
26
+ stdout: execError.stdout ?? "",
27
+ stderr: execError.stderr ?? "",
28
+ };
29
+ if (throwOnError) {
30
+ throw new Error(`Command failed with exit code ${result.exitCode}: ${cmd}
33
31
  ${result.stderr}`);
34
- }
35
- return result;
36
- }
32
+ }
33
+ return result;
34
+ }
37
35
  }
38
36
  async function execAsync(cmd, root, envVars, options = {}) {
39
- return new Promise((resolve2) => {
40
- const result = exec(cmd, root, envVars, {
41
- ...options,
42
- throwOnError: false
43
- });
44
- resolve2(result);
45
- });
37
+ return new Promise((resolve2) => {
38
+ const result = exec(cmd, root, envVars, {
39
+ ...options,
40
+ throwOnError: false,
41
+ });
42
+ resolve2(result);
43
+ });
46
44
  }
47
45
  async function spawnDevServer(command, root, appCwd, envVars, options = {}) {
48
- const {
49
- verbose = false,
50
- detached = true,
51
- isCI = false,
52
- killExisting = true,
53
- port
54
- } = options;
55
- if (killExisting && port !== undefined) {
56
- const existingPid = getProcessOnPort(port);
57
- if (existingPid !== null) {
58
- if (verbose) {
59
- console.log(` ⚠️ Port ${port} is in use by process ${existingPid}`);
60
- }
61
- await killProcessOnPortAndWait(port, { verbose });
62
- }
63
- }
64
- const parts = command.split(" ");
65
- const cmd = parts[0];
66
- const args = parts.slice(1);
67
- if (!cmd) {
68
- throw new Error("Command cannot be empty");
69
- }
70
- const workingDir = appCwd ? resolve(root, appCwd) : root;
71
- const spawnOptions = {
72
- cwd: workingDir,
73
- env: { ...process.env, ...envVars },
74
- detached,
75
- stdio: isCI || verbose ? "inherit" : "ignore"
76
- };
77
- const proc = spawn(cmd, args, spawnOptions);
78
- if (detached && proc.unref) {
79
- proc.unref();
80
- }
81
- return proc;
46
+ const {
47
+ verbose = false,
48
+ detached = true,
49
+ isCI = false,
50
+ killExisting = true,
51
+ port,
52
+ } = options;
53
+ if (killExisting && port !== undefined) {
54
+ const existingPid = getProcessOnPort(port);
55
+ if (existingPid !== null) {
56
+ if (verbose) {
57
+ console.log(` ⚠️ Port ${port} is in use by process ${existingPid}`);
58
+ }
59
+ await killProcessOnPortAndWait(port, { verbose });
60
+ }
61
+ }
62
+ const parts = command.split(" ");
63
+ const cmd = parts[0];
64
+ const args = parts.slice(1);
65
+ if (!cmd) {
66
+ throw new Error("Command cannot be empty");
67
+ }
68
+ const workingDir = appCwd ? resolve(root, appCwd) : root;
69
+ const spawnOptions = {
70
+ cwd: workingDir,
71
+ env: { ...process.env, ...envVars },
72
+ detached,
73
+ stdio: isCI || verbose ? "inherit" : "ignore",
74
+ };
75
+ const proc = spawn(cmd, args, spawnOptions);
76
+ if (detached && proc.unref) {
77
+ proc.unref();
78
+ }
79
+ return proc;
82
80
  }
83
81
  async function startDevServers(apps, root, envVars, ports, options = {}) {
84
- const {
85
- verbose = true,
86
- productionBuild = false,
87
- isCI = false,
88
- killExisting = true
89
- } = options;
90
- const pids = {};
91
- if (verbose) {
92
- console.log(productionBuild ? "\uD83D\uDE80 Starting production servers..." : "\uD83D\uDD27 Starting dev servers...");
93
- }
94
- for (const [name, config] of Object.entries(apps)) {
95
- const command = productionBuild ? config.prodCommand ?? config.devCommand : config.devCommand;
96
- const port = ports[name];
97
- const proc = await spawnDevServer(command, root, config.cwd, envVars, {
98
- verbose,
99
- isCI,
100
- killExisting,
101
- port
102
- });
103
- if (proc.pid) {
104
- pids[name] = proc.pid;
105
- if (verbose) {
106
- console.log(` ${name} PID: ${proc.pid}`);
107
- }
108
- }
109
- }
110
- return pids;
82
+ const {
83
+ verbose = true,
84
+ productionBuild = false,
85
+ isCI = false,
86
+ killExisting = true,
87
+ } = options;
88
+ const pids = {};
89
+ if (verbose) {
90
+ console.log(
91
+ productionBuild
92
+ ? "\uD83D\uDE80 Starting production servers..."
93
+ : "\uD83D\uDD27 Starting dev servers...",
94
+ );
95
+ }
96
+ for (const [name, config] of Object.entries(apps)) {
97
+ const command = productionBuild
98
+ ? (config.prodCommand ?? config.devCommand)
99
+ : config.devCommand;
100
+ const port = ports[name];
101
+ const proc = await spawnDevServer(command, root, config.cwd, envVars, {
102
+ verbose,
103
+ isCI,
104
+ killExisting,
105
+ port,
106
+ });
107
+ if (proc.pid) {
108
+ pids[name] = proc.pid;
109
+ if (verbose) {
110
+ console.log(` ${name} PID: ${proc.pid}`);
111
+ }
112
+ }
113
+ }
114
+ return pids;
111
115
  }
112
116
  function getProcessOnPort(port) {
113
- try {
114
- const os = platform();
115
- let output;
116
- if (os === "win32") {
117
- output = execSync(`netstat -ano | findstr :${port}`, {
118
- encoding: "utf-8",
119
- stdio: ["pipe", "pipe", "pipe"]
120
- });
121
- const lines = output.trim().split(`
117
+ try {
118
+ const os = platform();
119
+ let output;
120
+ if (os === "win32") {
121
+ output = execSync(`netstat -ano | findstr :${port}`, {
122
+ encoding: "utf-8",
123
+ stdio: ["pipe", "pipe", "pipe"],
124
+ });
125
+ const lines = output.trim().split(`
122
126
  `);
123
- for (const line of lines) {
124
- if (line.includes("LISTENING")) {
125
- const parts = line.trim().split(/\s+/);
126
- const pid = Number.parseInt(parts[parts.length - 1], 10);
127
- if (!Number.isNaN(pid) && pid > 0) {
128
- return pid;
129
- }
130
- }
131
- }
132
- } else {
133
- output = execSync(`lsof -ti :${port}`, {
134
- encoding: "utf-8",
135
- stdio: ["pipe", "pipe", "pipe"]
136
- });
137
- const pid = Number.parseInt(output.trim().split(`
138
- `)[0], 10);
139
- if (!Number.isNaN(pid) && pid > 0) {
140
- return pid;
141
- }
142
- }
143
- return null;
144
- } catch {
145
- return null;
146
- }
127
+ for (const line of lines) {
128
+ if (line.includes("LISTENING")) {
129
+ const parts = line.trim().split(/\s+/);
130
+ const pid = Number.parseInt(parts[parts.length - 1], 10);
131
+ if (!Number.isNaN(pid) && pid > 0) {
132
+ return pid;
133
+ }
134
+ }
135
+ }
136
+ } else {
137
+ output = execSync(`lsof -ti :${port}`, {
138
+ encoding: "utf-8",
139
+ stdio: ["pipe", "pipe", "pipe"],
140
+ });
141
+ const pid = Number.parseInt(
142
+ output.trim().split(`
143
+ `)[0],
144
+ 10,
145
+ );
146
+ if (!Number.isNaN(pid) && pid > 0) {
147
+ return pid;
148
+ }
149
+ }
150
+ return null;
151
+ } catch {
152
+ return null;
153
+ }
147
154
  }
148
155
  function isPortInUse(port) {
149
- return getProcessOnPort(port) !== null;
156
+ return getProcessOnPort(port) !== null;
150
157
  }
151
158
  function killProcessOnPort(port, options = {}) {
152
- const { verbose = false, signal = "SIGTERM" } = options;
153
- const pid = getProcessOnPort(port);
154
- if (pid === null) {
155
- return false;
156
- }
157
- try {
158
- if (verbose) {
159
- console.log(` Killing process ${pid} on port ${port}`);
160
- }
161
- process.kill(pid, signal);
162
- return true;
163
- } catch {
164
- return false;
165
- }
159
+ const { verbose = false, signal = "SIGTERM" } = options;
160
+ const pid = getProcessOnPort(port);
161
+ if (pid === null) {
162
+ return false;
163
+ }
164
+ try {
165
+ if (verbose) {
166
+ console.log(` Killing process ${pid} on port ${port}`);
167
+ }
168
+ process.kill(pid, signal);
169
+ return true;
170
+ } catch {
171
+ return false;
172
+ }
166
173
  }
167
174
  async function killProcessOnPortAndWait(port, options = {}) {
168
- const { verbose = false, timeout = 5000 } = options;
169
- const pid = getProcessOnPort(port);
170
- if (pid === null) {
171
- return false;
172
- }
173
- if (verbose) {
174
- console.log(` Killing process ${pid} on port ${port}...`);
175
- }
176
- try {
177
- process.kill(pid, "SIGTERM");
178
- } catch {
179
- return false;
180
- }
181
- const startTime = Date.now();
182
- const checkInterval = 100;
183
- while (Date.now() - startTime < timeout) {
184
- await new Promise((resolve2) => setTimeout(resolve2, checkInterval));
185
- if (!isPortInUse(port)) {
186
- if (verbose) {
187
- console.log(` ✓ Port ${port} released`);
188
- }
189
- return true;
190
- }
191
- }
192
- if (verbose) {
193
- console.log(` Process ${pid} didn't exit, sending SIGKILL...`);
194
- }
195
- try {
196
- process.kill(pid, "SIGKILL");
197
- } catch {}
198
- await new Promise((resolve2) => setTimeout(resolve2, 500));
199
- const released = !isPortInUse(port);
200
- if (verbose) {
201
- if (released) {
202
- console.log(` ✓ Port ${port} released after SIGKILL`);
203
- } else {
204
- console.log(` ⚠ Port ${port} still in use`);
205
- }
206
- }
207
- return released;
175
+ const { verbose = false, timeout = 5000 } = options;
176
+ const pid = getProcessOnPort(port);
177
+ if (pid === null) {
178
+ return false;
179
+ }
180
+ if (verbose) {
181
+ console.log(` Killing process ${pid} on port ${port}...`);
182
+ }
183
+ try {
184
+ process.kill(pid, "SIGTERM");
185
+ } catch {
186
+ return false;
187
+ }
188
+ const startTime = Date.now();
189
+ const checkInterval = 100;
190
+ while (Date.now() - startTime < timeout) {
191
+ await new Promise((resolve2) => setTimeout(resolve2, checkInterval));
192
+ if (!isPortInUse(port)) {
193
+ if (verbose) {
194
+ console.log(` ✓ Port ${port} released`);
195
+ }
196
+ return true;
197
+ }
198
+ }
199
+ if (verbose) {
200
+ console.log(` Process ${pid} didn't exit, sending SIGKILL...`);
201
+ }
202
+ try {
203
+ process.kill(pid, "SIGKILL");
204
+ } catch {}
205
+ await new Promise((resolve2) => setTimeout(resolve2, 500));
206
+ const released = !isPortInUse(port);
207
+ if (verbose) {
208
+ if (released) {
209
+ console.log(` ✓ Port ${port} released after SIGKILL`);
210
+ } else {
211
+ console.log(` ⚠ Port ${port} still in use`);
212
+ }
213
+ }
214
+ return released;
208
215
  }
209
216
  function stopProcess(pid) {
210
- try {
211
- process.kill(pid, "SIGTERM");
212
- } catch {}
217
+ try {
218
+ process.kill(pid, "SIGTERM");
219
+ } catch {}
213
220
  }
214
221
  function stopAllProcesses(pids, options = {}) {
215
- const { verbose = true } = options;
216
- for (const [name, pid] of Object.entries(pids)) {
217
- if (pid) {
218
- if (verbose)
219
- console.log(` Stopping ${name} (PID: ${pid})`);
220
- stopProcess(pid);
221
- }
222
- }
222
+ const { verbose = true } = options;
223
+ for (const [name, pid] of Object.entries(pids)) {
224
+ if (pid) {
225
+ if (verbose) console.log(` Stopping ${name} (PID: ${pid})`);
226
+ stopProcess(pid);
227
+ }
228
+ }
223
229
  }
224
230
  function isProcessAlive(pid) {
225
- try {
226
- process.kill(pid, 0);
227
- return true;
228
- } catch {
229
- return false;
230
- }
231
+ try {
232
+ process.kill(pid, 0);
233
+ return true;
234
+ } catch {
235
+ return false;
236
+ }
231
237
  }
232
238
  function buildApps(apps, root, envVars, options = {}) {
233
- const { verbose = true } = options;
234
- for (const [name, config] of Object.entries(apps)) {
235
- if (config.buildCommand) {
236
- if (verbose)
237
- console.log(`\uD83D\uDD28 Building ${name}...`);
238
- exec(config.buildCommand, root, envVars, {
239
- cwd: config.cwd,
240
- verbose
241
- });
242
- }
243
- }
244
- if (verbose)
245
- console.log("✓ Build complete");
239
+ const { verbose = true } = options;
240
+ for (const [name, config] of Object.entries(apps)) {
241
+ if (config.buildCommand) {
242
+ if (verbose) console.log(`\uD83D\uDD28 Building ${name}...`);
243
+ exec(config.buildCommand, root, envVars, {
244
+ cwd: config.cwd,
245
+ verbose,
246
+ });
247
+ }
248
+ }
249
+ if (verbose) console.log("✓ Build complete");
246
250
  }
247
251
 
248
- export { exec, execAsync, spawnDevServer, startDevServers, getProcessOnPort, isPortInUse, killProcessOnPort, killProcessOnPortAndWait, stopProcess, stopAllProcesses, isProcessAlive, buildApps };
252
+ export {
253
+ exec,
254
+ execAsync,
255
+ spawnDevServer,
256
+ startDevServers,
257
+ getProcessOnPort,
258
+ isPortInUse,
259
+ killProcessOnPort,
260
+ killProcessOnPortAndWait,
261
+ stopProcess,
262
+ stopAllProcesses,
263
+ isProcessAlive,
264
+ buildApps,
265
+ };