rerumaccusamus
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
32 lines (31 loc) • 667 B
JSON
{
"routes": [
{
"urlPath": "/",
"entryName": "main",
"entryPath": "html/main/index.html",
"isSPA": true,
"isSSR": true,
"enableModernMode": false,
"bundle": "bundles/main.js"
},
{
"urlPath": "/500",
"entryName": "500",
"entryPath": "html/main/index.html",
"isSPA": true,
"isSSR": true,
"enableModernMode": false,
"bundle": "bundles/main.js"
},
{
"urlPath": "/404",
"entryName": "500",
"entryPath": "html/main/index.html",
"isSPA": true,
"isSSR": true,
"enableModernMode": false,
"bundle": "bundles/main.js"
}
]
}