Replies: 1 comment
-
export default defineConfig(({ command, mode, isSsrBuild, isPreview }) => {
return {
plugins: [
mode === 'development' && mkcert()
]
}
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I only want to use this plugin for my dev. PROD is already behind nginx with its ssl cert, no need for another certificate. How can I achieve this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions