refactor: migrate docs-dev from storybook to vitepress config and update devcontainer configuration
This commit is contained in:
@@ -14,14 +14,19 @@
|
||||
},
|
||||
|
||||
// ─── Port Topology ──────────────────────────────────────────────────────────
|
||||
// 6006: Storybook (Docs)
|
||||
// 6060: VitePress Docs (Development)
|
||||
// 4173: VitePress Docs (Preview)
|
||||
// 5173: Web App (Must be strictly 5173 for Electron IPC compatibility)
|
||||
// 3000: Landing App (Isolated from Vite's default 517x blast radius)
|
||||
"forwardPorts": [6006, 5173, 3000],
|
||||
"forwardPorts": [6060, 4173, 5173, 3000],
|
||||
|
||||
"portsAttributes": {
|
||||
"6006": {
|
||||
"label": "Storybook",
|
||||
"6060": {
|
||||
"label": "VitePress Docs",
|
||||
"onAutoForward": "notify"
|
||||
},
|
||||
"4173": {
|
||||
"label": "VitePress Preview",
|
||||
"onAutoForward": "notify"
|
||||
},
|
||||
"5173": {
|
||||
|
||||
Reference in New Issue
Block a user