Harsh Mangalam
Harsh Mangalam
Your eslint is disabled hence you are not getting any warning.
 Typescript v4.9.5
@zanettin got your points.
Hey I follow your process now everything is working fine.
Version info deno 1.23.4 (release, x86_64-unknown-linux-gnu) v8 10.4.132.8 typescript 4.7.4 This is simple api route that is streaming video. ```ts export const handler: Handlers = { async GET(req, _ctx) {...
@Jolg42 It works for me when using `npm` but got following errors with `pnpm`. ``` error during build: Error: [commonjs--resolver] Could not load ./node_modules/.prisma/client/default.js: ENOENT: no such file or directory,...
I am getting error for pnpm ``` error during build: TypeError: Bl.PrismaClient is not a constructor at my-project/.vercel/output/functions/_qwik-city.func/@qwik-city-plan.js:344:50027 at ModuleJob.run (node:internal/modules/esm/module_job:194:25) ELIFECYCLE Command failed with exit code 1. ```
When any user will create new group then a notification (type=`GROUP`) will be created and will send to all their friends. And when any new group post will be added...
Create new api in notification route that can remove notification of type `GROUP` and related to current user