George Glessner
5b5a53a155
fix(cli): check hermes_cli/web_dist/ not web/dist/ for build staleness
...
_web_ui_build_needed() in PR #14914 checked web_dir/"dist" as the
sentinel, but vite.config.ts sets outDir: "../hermes_cli/web_dist" so
the build output lands in hermes_cli/web_dist/, never in web/dist/.
The sentinel was therefore always missing → _web_ui_build_needed always
returned True → npm install + Vite build ran on every startup → OOM on
low-memory VPS persisted unchanged.
Fix: derive dist_dir as web_dir.parent / "hermes_cli" / "web_dist" so
the sentinel points to the actual build output directory.
Fixes #14898
2026-04-26 18:43:57 -07:00
..
2026-04-23 15:31:59 -07:00
2026-04-24 05:20:38 -07:00
2026-04-26 08:32:09 -07:00
2026-04-25 18:48:43 -07:00
2026-04-20 00:47:40 -07:00
2026-04-23 23:28:34 -07:00
2026-04-14 16:11:37 -07:00
2026-04-22 18:15:27 -07:00
2026-04-13 16:32:04 -07:00
2026-04-11 13:14:32 -05:00
2026-04-23 13:32:43 -07:00
2026-03-30 17:07:21 -07:00
2026-04-26 18:21:29 -07:00
2026-04-14 10:45:42 -07:00
2026-04-26 18:21:29 -07:00
2026-04-24 05:09:08 -07:00
2026-04-24 05:07:01 -07:00
2026-04-16 12:36:49 -07:00
2026-04-22 16:34:05 -05:00
2026-03-26 01:34:27 -07:00
2026-04-17 05:08:07 -07:00
2026-04-25 18:01:36 -07:00
2026-04-24 05:35:17 -07:00
2026-04-22 05:51:44 -07:00
2026-04-26 06:19:04 -07:00
2026-04-23 14:01:57 -07:00
2026-04-25 22:13:12 -07:00
2026-04-11 17:23:36 -07:00
2026-04-26 18:43:57 -07:00
2026-04-16 21:57:10 -07:00
2026-04-15 14:25:40 -07:00
2026-04-26 05:46:43 -07:00
2026-04-24 05:24:54 -07:00
2026-04-25 18:47:53 -07:00
2026-04-26 12:28:17 -07:00
2026-04-21 02:04:21 -07:00
2026-04-25 08:55:36 -07:00
2026-04-23 02:34:11 -07:00
2026-04-23 15:48:50 -07:00
2026-04-20 04:46:45 -07:00
2026-04-24 03:02:03 -07:00
2026-04-23 03:02:34 -07:00
2026-04-25 18:48:43 -07:00
2026-04-24 12:07:46 -04:00
2026-04-25 18:48:43 -07:00
2026-04-26 11:38:32 -07:00
2026-04-13 16:32:04 -07:00
2026-04-26 09:20:53 -07:00
2026-04-22 13:20:02 -07:00
2026-04-26 11:38:32 -07:00
2026-04-24 05:20:05 -07:00
2026-04-20 00:52:50 -07:00
2026-04-26 18:21:29 -07:00
2026-04-26 12:55:58 -07:00
2026-04-18 19:18:13 -07:00
2026-04-23 16:18:15 -07:00
2026-04-26 18:21:29 -07:00
2026-04-19 05:18:19 -07:00