Skip to content

Commit

Permalink
chore: add polar sdk and client
Browse files Browse the repository at this point in the history
  • Loading branch information
xn1cklas committed Sep 7, 2024
1 parent 2e01f62 commit 60bd891
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Create your polar access token here: https://polar.sh/settings#oauth

NEXT_PUBLIC_POLAR_ACCESS_TOKEN=your_polar_access_token_here
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@polar-sh/sdk": "^0.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "14.2.8",
Expand Down
35 changes: 26 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60bd891

Please sign in to comment.