feat: initialize product-site app with Next.js, i18n routing, and custom brand configurations
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user