Skip to content

Commit d01cf4e

Browse files
authored
docs: add bundleRunner as required option for createBundleRenderer (#9) (#10)
1 parent 7ebaa0b commit d01cf4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type BundleRenderOptions = {
3737
runInNewContext?: boolean | 'once';
3838
basedir?: string;
3939
renderToString: typeof import('@vue/server-renderer').renderToString;
40+
bundleRunner: typeof import('bundle-runner');
4041
clientManifest?: ClientManifest;
4142
publicPath?: string;
4243
}

0 commit comments

Comments
 (0)