File tree Expand file tree Collapse file tree 12 files changed +60
-0
lines changed
docs/integrate/sdk/adapters Expand file tree Collapse file tree 12 files changed +60
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ Install the required Polar packages using the following command:
2828 pnpm add zod @polar-sh/astro
2929 ```
3030 </Tab >
31+ <Tab title = " bun" >
32+ ``` bash Terminal
33+ bun add zod @polar-sh/astro
34+ ```
35+ </Tab >
3136</Tabs >
3237
3338## Checkout
Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ Install the required Better Auth and Polar packages using the following command:
4141 pnpm add better-auth @polar-sh/better-auth @polar-sh/sdk
4242 ```
4343 </Tab >
44+ <Tab title = " bun" >
45+ ``` bash Terminal
46+ bun add better-auth @polar-sh/better-auth @polar-sh/sdk
47+ ```
48+ </Tab >
4449</Tabs >
4550
4651## Integrate Polar with BetterAuth
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/elysia
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/elysia
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237### Checkout
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/express
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/express
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237## Checkout
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/fastify
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/fastify
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237## Checkout
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/hono
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/hono
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237## Checkout
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ Install the required Polar packages using the following command:
2929 pnpm add zod @polar-sh/nextjs
3030 ```
3131 </Tab >
32+ <Tab title = " bun" >
33+ ``` bash Terminal
34+ bun add zod @polar-sh/nextjs
35+ ```
36+ </Tab >
3237</Tabs >
3338
3439
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/nuxt
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/nuxt
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237### Register the module
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/remix
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/remix
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ Install the required Polar packages using the following command:
2727 pnpm add zod @polar-sh/supabase
2828 ```
2929 </Tab >
30+ <Tab title = " bun" >
31+ ``` bash Terminal
32+ bun add zod @polar-sh/supabase
33+ ```
34+ </Tab >
3035</Tabs >
3136
3237## Checkout
You can’t perform that action at this time.
0 commit comments