You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website-new/docs/en/guide/basic/runtime.mdx
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ type InitOptions = {
73
73
name:string;
74
74
// The list of remote modules to depend on
75
75
// When using the version content, it needs to be used with snapshot, which is still under construction
76
-
remotes:Array<RemoteInfo>;
76
+
remotes:Array<Remote>;
77
77
// The list of dependencies that the current consumer needs to share
78
78
// When using the build plugin, users can configure the dependencies to be shared in the build plugin, and the build plugin will inject the shared dependencies into the runtime sharing configuration
79
79
// Shared must be manually passed in the version instance when passed at runtime because it cannot be directly passed at runtime.
0 commit comments