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 f9aee71 commit 9e76f3aCopy full SHA for 9e76f3a
1 file changed
src/plugin.ts
@@ -60,8 +60,8 @@ export default function DevcertPlugin(options: PluginOptions = {}): Plugin {
60
...server,
61
https: {
62
...server?.https,
63
- key: key ?? undefined,
64
- cert: cert ?? undefined,
+ key: key || undefined,
+ cert: cert || undefined,
65
},
66
67
};
0 commit comments