mirror of
https://github.com/2234839/web-font.git
synced 2026-06-26 16:58:15 +08:00
process.uptime() 在 LLRT 运行时不存在(typeof === "undefined"),调用抛 TypeError: not a function,导致容器启动即崩溃(v1.9.1 修完 __filename 后暴露)。 改用模块加载时取一次 Date.now():Node/LLRT 均可用,进程重启即变化, 开发态「重启即重置内存缓存」语义不变,生产态靠 PACKAGE_VERSION。 另增 dev:backend:llrt / serve:llrt 本地命令,用 LLRT 跑后端提前暴露兼容问题。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>