81 lines
2.6 KiB
JSON
81 lines
2.6 KiB
JSON
{
|
|
"pages": {
|
|
"/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/page.js"
|
|
],
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/login/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/login/page.css",
|
|
"static/chunks/app/login/page.js"
|
|
],
|
|
"/dashboard/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/page.css",
|
|
"static/chunks/app/dashboard/page.js"
|
|
],
|
|
"/dashboard/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/layout.css",
|
|
"static/chunks/app/dashboard/layout.js"
|
|
],
|
|
"/dashboard/departments/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/departments/page.css",
|
|
"static/chunks/app/dashboard/departments/page.js"
|
|
],
|
|
"/dashboard/settings/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/settings/page.css",
|
|
"static/chunks/app/dashboard/settings/page.js"
|
|
],
|
|
"/dashboard/contracts/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/contracts/page.css",
|
|
"static/chunks/app/dashboard/contracts/page.js"
|
|
],
|
|
"/dashboard/contracts/[id]/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/contracts/[id]/page.css",
|
|
"static/chunks/app/dashboard/contracts/[id]/page.js"
|
|
],
|
|
"/dashboard/contracts/create/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/contracts/create/page.css",
|
|
"static/chunks/app/dashboard/contracts/create/page.js"
|
|
],
|
|
"/dashboard/partners/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/partners/page.css",
|
|
"static/chunks/app/dashboard/partners/page.js"
|
|
],
|
|
"/dashboard/users/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/users/page.css",
|
|
"static/chunks/app/dashboard/users/page.js"
|
|
],
|
|
"/dashboard/permissions/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/dashboard/permissions/page.css",
|
|
"static/chunks/app/dashboard/permissions/page.js"
|
|
]
|
|
}
|
|
} |