fix: 修复在windows环境下 pm2执行失败,找不到bun的问题

This commit is contained in:
2025-12-02 18:06:21 +08:00
parent fe272e0d27
commit a97f015205
4 changed files with 142 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
import { getBunPath } from '../module/get-bun-path.ts';
const bunPath = getBunPath();
console.log('Detected Bun Path:', bunPath);