feat: implement business detail client view with interactive features including rating, favoriting, messaging, and analytics tracking

This commit is contained in:
2026-05-09 21:12:01 +02:00
parent 6a42c52b58
commit 6acd5ebe2e
14 changed files with 516 additions and 40 deletions

View File

@@ -12,6 +12,11 @@ const nextConfig = {
turbopack: {
root: __dirname,
},
experimental: {
serverActions: {
bodySizeLimit: '10mb',
},
},
async headers() {
return [
{