fix(client-runtime): localize remote namespace dependency

This commit is contained in:
imccyu
2026-08-07 21:43:34 +08:00
parent ddd43ec371
commit 71ebeaa559
6 changed files with 10 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ async function mount(): Promise<Bench> {
}
ctx.reflect.provide('connection', handle)
ctx.reflect.provide('remote', {})
ctx.reflect.provide('remote.goals', {})
await ctx.plugin(RuntimeClient).await()
return bench
}

View File

@@ -33,7 +33,6 @@ async function mount(): Promise<Bench> {
}
ctx.reflect.provide('connection', handle)
ctx.reflect.provide('remote', {})
ctx.reflect.provide('remote.goals', {})
await ctx.plugin(RuntimeClient).await()
return bench
}