Изображения в услугах, поиске, возможность открыть карточку услуги

This commit is contained in:
Халимов Рустам
2026-03-06 23:14:56 +03:00
parent d9d661a313
commit dc51097f47
167 changed files with 13977 additions and 176 deletions
+27 -7
View File
@@ -6,25 +6,45 @@
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/search/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/search/page.js"
],
"/auth/login/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/auth/login/page.js"
],
"/dashboard/profile/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/profile/page.js"
],
"/dashboard/offers/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/offers/page.js"
],
"/dashboard/profile/page": [
"/dashboard/offers/[id]/edit/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/profile/page.js"
"static/chunks/app/dashboard/offers/[id]/edit/page.js"
],
"/dashboard/offers/create/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/dashboard/offers/create/page.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/offers/[id]/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/offers/[id]/page.js"
]
}
}