refactor: migrate docs-dev from storybook to vitepress config and update devcontainer configuration

This commit is contained in:
Firman Ramdhani
2026-06-24 13:14:44 +07:00
parent 385452bf36
commit ecb16c759d
26 changed files with 1892 additions and 1414 deletions
+9 -4
View File
@@ -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": {