chore(stage-*): configured https, now dev:web:https or pnpm -F @proj-airi/stage-web dev:https works

This commit is contained in:
Neko Ayaka
2026-04-07 01:39:49 +08:00
parent f24f6a7c27
commit fe139f31cd
9 changed files with 85 additions and 7 deletions
+3
View File
@@ -12,6 +12,7 @@
"scripts": {
"build": "vite build",
"dev": "vite --host",
"dev:https": "vite --host -- --mkcert",
"lint": "eslint .",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
@@ -95,6 +96,7 @@
"vue-i18n": "^11.3.0",
"vue-router": "^5.0.4",
"vue-sonner": "^2.0.9",
"web-haptics": "catalog:",
"workbox-window": "^7.4.0",
"xsschema": "catalog:",
"yauzl": "^3.2.1",
@@ -137,6 +139,7 @@
"unplugin-yaml": "^4.0.1",
"vite": "catalog:",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-mkcert": "catalog:",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vue-devtools": "^8.1.1",
"vite-plugin-vue-layouts": "^0.11.0",