issue with compiling/building websocket server
how to compile/build a separate websocket server , facing above issues , even tried to use some code from this https://github.com/trpc/examples-next-prisma-websockets-starter/blob/main/tsconfig.server.json
but it compiles the entire src code which is not needed ig
my tsconfig.json
tsconfig.server.json (for websocket server)
GitHub
examples-next-prisma-websockets-starter/tsconfig.server.json at mai...
🏓 tRPC Next.js WebSocket Starter. Contribute to trpc/examples-next-prisma-websockets-starter development by creating an account on GitHub.
1 Reply
and my build scripts from package.json
this is fixed , thanks