add chat-widget to monorepo

This commit is contained in:
ramnique 2025-03-09 15:13:19 +05:30
parent 2a16a8ce31
commit 0df92e80c6
35 changed files with 10804 additions and 25 deletions

View file

@ -41,5 +41,5 @@ export async function middleware(request: NextRequest, event: NextFetchEvent) {
}
export const config = {
matcher: ['/projects/:path*', '/api/v1/:path*'],
matcher: ['/projects/:path*', '/api/v1/:path*', '/api/widget/v1/:path*'],
};