feat: add runtime
This commit is contained in:
@@ -15,6 +15,12 @@ export const assistantConfig = new AssistantInit({
|
||||
});
|
||||
|
||||
const httpsPem = new HttpsPem(assistantConfig);
|
||||
|
||||
export const runtime = useContextKey('runtime', () => {
|
||||
return {
|
||||
type: 'client',
|
||||
};
|
||||
});
|
||||
export const app = useContextKey('app', () => {
|
||||
const init = isInit;
|
||||
if (init) {
|
||||
|
||||
Reference in New Issue
Block a user