feat: Enable HTTPS for vite devserver
This commit is contained in:
parent
28df5c0be2
commit
95638d8ce8
3 changed files with 21 additions and 3 deletions
|
|
@ -22,8 +22,10 @@
|
|||
"@eslint/js": "^9.14.0",
|
||||
"@tsconfig/node22": "^22.0.0",
|
||||
"@types/node": "^22.9.0",
|
||||
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/eslint-config-typescript": "^14.1.3",
|
||||
"@vue/language-server": "^2.2.0",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"eslint": "^9.14.0",
|
||||
"eslint-plugin-vue": "^9.30.0",
|
||||
|
|
@ -38,8 +40,7 @@
|
|||
"vite": "^5.4.10",
|
||||
"vite-plugin-vuetify": "^2.0.3",
|
||||
"vue-router": "^4.4.0",
|
||||
"vue-tsc": "^2.2.0",
|
||||
"@vue/language-server": "^2.2.0"
|
||||
"vue-tsc": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.16",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue