mix ash_rpc.install (ash_rpc v0.1.3)

View Source

Installs AshRpc into the current Phoenix project:

  • Generates YourAppWeb.TrpcRouter
  • Adds forward "/trpc", YourAppWeb.TrpcRouter to your Phoenix router

This task will modify your router.ex and create the tRPC router file.