()
| 14 | } |
| 15 | |
| 16 | export function getWindows83ShortNameForDotEnv(): string | undefined { |
| 17 | const dotEnvPath = path.resolve(import.meta.dirname, '../root/src/.env') |
| 18 | const dotEnvWindows83ShortName = getWindows83ShortName(dotEnvPath) |
| 19 | if (dotEnvWindows83ShortName === undefined) { |
| 20 | return undefined |
| 21 | } |
| 22 | return path.basename(dotEnvWindows83ShortName) |
| 23 | } |
no test coverage detected