mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-10 07:01:51 -06:00
dev: export runtime module registry to context
This commit is contained in:
committed by
KernelDeimos
parent
b328355a90
commit
f6be6952dc
@@ -128,6 +128,7 @@ class Kernel extends AdvancedBase {
|
||||
extensionExports: this.extensionExports,
|
||||
registry: this.registry,
|
||||
args,
|
||||
['runtime-modules']: this.runtimeModuleRegistry,
|
||||
}, 'app');
|
||||
globalThis.root_context = root_context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user