Skip to content

Commit 9e76f3a

Browse files
committed
refactor: change condition
1 parent f9aee71 commit 9e76f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export default function DevcertPlugin(options: PluginOptions = {}): Plugin {
6060
...server,
6161
https: {
6262
...server?.https,
63-
key: key ?? undefined,
64-
cert: cert ?? undefined,
63+
key: key || undefined,
64+
cert: cert || undefined,
6565
},
6666
},
6767
};

0 commit comments

Comments
 (0)