mix ash_rpc.install (ash_rpc v0.1.3)
View SourceInstalls AshRpc into the current Phoenix project:
- Generates
YourAppWeb.TrpcRouter - Adds
forward "/trpc", YourAppWeb.TrpcRouterto your Phoenix router
This task will modify your router.ex and create the tRPC router file.