feat: add clerk-helpers package
This commit is contained in:
parent
17d1bf065e
commit
e70d4d34c2
5 changed files with 36 additions and 0 deletions
12
packages/auth/package.json
Normal file
12
packages/auth/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "@repo/auth",
|
||||
"version": "0.0.0",
|
||||
"author": "Afiq Zudin Hadi",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "index.ts",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./indext.ts": "./index.ts"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue