rerumaccusamus
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
46 lines (45 loc) • 1.1 kB
JSON
{
"origin": [{
"urlPath": "/lib/entry",
"entryPath": "html/entry/index.html",
"entryName": "entry"
}, {
"urlPath": "/lib/home",
"entryPath": "html/home/index.html",
"entryName": "home"
}, {
"urlPath": "/lib/mobile",
"entryPath": "html/mobile/index.html",
"entryName": "mobile"
}],
"ssg": [{
"urlPath": "/lib/entry",
"entryPath": "html/entry/index.html",
"entryName": "entry"
}, {
"urlPath": "/lib/home",
"entryPath": "html/home.html",
"entryName": "home"
}, {
"urlPath": "/lib/pc",
"entryPath": "html/pc/index.html",
"entryName": "pc"
}],
"final": [{
"urlPath": "/lib/entry",
"entryPath": "html/entry/index.html",
"entryName": "entry"
}, {
"urlPath": "/lib/home",
"entryPath": "html/home.html",
"entryName": "home"
}, {
"urlPath": "/lib/mobile",
"entryPath": "html/mobile/index.html",
"entryName": "mobile"
}, {
"urlPath": "/lib/pc",
"entryPath": "html/pc/index.html",
"entryName": "pc"
}]
}