Skip to content

Commit

Permalink
feat: Install clerk for expo & nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
codinsonn committed Dec 29, 2023
1 parent 39684a6 commit a56a9f9
Show file tree
Hide file tree
Showing 6 changed files with 564 additions and 32 deletions.
Empty file.
14 changes: 14 additions & 0 deletions packages/@clerk-auth/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "@aetherspace/clerk-auth",
"version": "0.0.1",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"description": "Universal app authentication for aetherspace projects with clerk",
"scripts": {
"lint": "cd ../.. && eslint \"packages/@clerk-auth/**/*.{ts,tsx}\""
},
"dependencies": {
"@clerk/clerk-expo": "^0.19.27",
"@clerk/nextjs": "^4.29.1"
}
}
Empty file.
Empty file.
1 change: 1 addition & 0 deletions packages/@registries/transpiledWorkspaces.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = [
"@aetherspace/commerce",
"@aetherspace/mongoose",
"aetherspace",
"@aetherspace/clerk-auth",
"config",
"@green-stack/icons",
"registries",
Expand Down
Loading

0 comments on commit a56a9f9

Please sign in to comment.