We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3764ca commit b9ff47fCopy full SHA for b9ff47f
packages/vite-plugin-node/readme.md
@@ -54,6 +54,10 @@
54
// the name of named export of you app from the appPath file
55
exportName: 'viteNodeApp',
56
57
+ // Optional, default: false
58
+ // if you want to init your app on boot, set this to true
59
+ initAppOnBoot: false,
60
+
61
// Optional, default: 'esbuild'
62
// The TypeScript compiler you want to use
63
// by default this plugin is using vite default ts compiler which is esbuild
0 commit comments