🎉 sessionEnvironment.ts

This commit is contained in:
nirholas
2026-03-31 10:24:27 +00:00
parent d9ef3cbc5e
commit 02abedc0b9

View File

@@ -164,3 +164,4 @@ function sortHookEnvFiles(a: string, b: string): number {
const bIndex = parseInt(bMatch?.[2] || '0', 10)
return aIndex - bIndex
}