Skip to content

Commit b9ff47f

Browse files
committed
update readme
1 parent c3764ca commit b9ff47f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/vite-plugin-node/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
// the name of named export of you app from the appPath file
5555
exportName: 'viteNodeApp',
5656

57+
// Optional, default: false
58+
// if you want to init your app on boot, set this to true
59+
initAppOnBoot: false,
60+
5761
// Optional, default: 'esbuild'
5862
// The TypeScript compiler you want to use
5963
// by default this plugin is using vite default ts compiler which is esbuild

0 commit comments

Comments
 (0)