mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
committed by
GitHub
parent
a088fbd6fb
commit
e8d5138cfa
@@ -107,4 +107,4 @@ for (const [key, value] of Object.entries(allPlugins)) {
|
||||
// assign plugins as Promise.all only if needed
|
||||
if (toBeAwaited.length) plugins = Promise.all(toBeAwaited);
|
||||
|
||||
export { config, plugins, error };
|
||||
export { parsed as config, plugins, error };
|
||||
|
||||
Reference in New Issue
Block a user