We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5fd53 commit e161400Copy full SHA for e161400
packages/slidev/node/commands/server.ts
@@ -32,6 +32,7 @@ export async function createServer(
32
mergeConfig(
33
config,
34
{
35
+ configFile: false,
36
plugins: [
37
await ViteSlidevPlugin(options, config.slidev || {}, serverOptions),
38
],
0 commit comments