Skip to content

Commit

Permalink
also include prpc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Mar 22, 2024
1 parent 7d7fbec commit 9ad4657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ A set of utilities to use with your Solid apps.
- [Authentication](./packages/auth/README.md)
- [Media (Video / Audio / Img)](./packages/media/README.md)
- [pRPC](./packages/prpc/README.md)
- [pRPC Plugin](./packages/prpc-plugin/README.md)
- [tRPC](./packages/trpc/README.md) - deprecated (use pRPC.)
1 change: 1 addition & 0 deletions docs/src/content/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ MediaKit currently includes the following features:
- `@solid-mediakit/auth` - [Auth](/auth/install) - Authentication Wrapper On Top Of AuthJS.
- `@solid-mediakit/media` - [Media](/media/install) - Utility library for working with Media (Audio / Video & Img).
- `@solid-mediakit/prpc` - [pRPC](/prpc/install) - Utility lib for typesafety RPC mech in Vinxi.
- `@solid-mediakit/prpc-plugin` - [pRPC](/prpc/install) - Vite plugin for pRPC.
- `@solid-mediakit/trpc` - [tRPC](/trpc/install) - A SolidJS integration for [tRPC](https://trpc.io) - deprecated (use pRPC.).

0 comments on commit 9ad4657

Please sign in to comment.