fix: 修复在windows环境下 pm2执行失败,找不到bun的问题
This commit is contained in:
5
assistant/src/test/get-bun.ts
Normal file
5
assistant/src/test/get-bun.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { getBunPath } from '../module/get-bun-path.ts';
|
||||
|
||||
const bunPath = getBunPath();
|
||||
|
||||
console.log('Detected Bun Path:', bunPath);
|
||||
Reference in New Issue
Block a user