Skip to content

Commit e4bcb4f

Browse files
committed
chore: Updated usage in readme (nuxt-contrib#9)
Added bundleRunner as required option for createBundleRenderer
1 parent 7ebaa0b commit e4bcb4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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)