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
-
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