feat: initialize product-site app with Next.js, i18n routing, and custom brand configurations

This commit is contained in:
Firman Ramdhani
2026-07-29 15:29:35 +07:00
parent fcea8f221b
commit eb63a48047
32 changed files with 5829 additions and 196 deletions
+6 -1
View File
@@ -18,8 +18,9 @@
// 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)
// 3001: Company Profile App
// 3005: Showcase App
"forwardPorts": [6060, 4173, 5173, 3000, 3005],
"forwardPorts": [6060, 4173, 5173, 3000, 3001, 3005],
"portsAttributes": {
"6060": {
@@ -41,6 +42,10 @@
"3000": {
"label": "Landing App (Public)",
"onAutoForward": "notify"
},
"3001": {
"label": "Product Site App",
"onAutoForward": "notify"
}
},