feat: Optional SSL for dev server
This commit is contained in:
@@ -20,6 +20,13 @@ export default defineNuxtConfig({
|
||||
colorMode: false,
|
||||
},
|
||||
|
||||
devServer: {
|
||||
https: {
|
||||
key: process.env.LOCAL_HTTPS_KEY,
|
||||
cert: process.env.LOCAL_HTTPS_CERT,
|
||||
},
|
||||
},
|
||||
|
||||
compatibilityDate: "2026-01-01",
|
||||
|
||||
eslint: {
|
||||
|
||||
Reference in New Issue
Block a user