Merge branch 'development' of https://github.com/freeflowuniverse/herolib into development

This commit is contained in:
2025-01-23 14:16:11 +01:00
3 changed files with 13 additions and 1 deletions

View File

@@ -3,8 +3,12 @@ module livekit
import os
import freeflowuniverse.herolib.osal
const env_file = '${os.dir(@FILE)}/.env'
fn testsuite_begin() ! {
osal.load_env_file('${os.dir(@FILE)}/.env')!
if os.exists(env_file) {
osal.load_env_file(env_file)!
}
}
fn new_test_client() Client {