90 lines
2.5 KiB
JSON
90 lines
2.5 KiB
JSON
{
|
|
"pages": {
|
|
"/dashboard/analytics/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/analytics/page.js"
|
|
],
|
|
"/dashboard/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/layout.js"
|
|
],
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/error": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/error.js"
|
|
],
|
|
"/not-found": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/not-found.js"
|
|
],
|
|
"/v/[qr_code]/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/v/[qr_code]/page.js"
|
|
],
|
|
"/_not-found/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/_not-found/page.js"
|
|
],
|
|
"/login/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/login/page.js"
|
|
],
|
|
"/login-otp/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/login-otp/page.js"
|
|
],
|
|
"/signup/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/signup/page.js"
|
|
],
|
|
"/dashboard/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/page.js"
|
|
],
|
|
"/dashboard/products/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/products/page.js"
|
|
],
|
|
"/dashboard/qr/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/qr/page.js"
|
|
],
|
|
"/dashboard/compliance/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/compliance/page.js"
|
|
],
|
|
"/dashboard/billing/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/billing/page.js"
|
|
],
|
|
"/dashboard/settings/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/settings/page.js"
|
|
],
|
|
"/dashboard/products/[id]/batch/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/dashboard/products/[id]/batch/page.js"
|
|
]
|
|
}
|
|
} |