()
| 10 | const isCompiled = bunMain.includes('$bunfs') || bunMain.includes('/~BUN/'); |
| 11 | |
| 12 | export function projectPath(): string { |
| 13 | return resolve(__dirname, '..'); |
| 14 | } |
| 15 | |
| 16 | export function runtimePath(): string { |
| 17 | if (!isCompiled) { |
no outgoing calls
no test coverage detected