feat: Optional SSL for dev server

This commit is contained in:
2026-01-13 11:02:47 -05:00
parent f520db7a9d
commit 9b6a86fe0c

View File

@@ -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: {