docs: add readme in packages/auth and add .env.example in each repo
This commit is contained in:
parent
3fcf8da406
commit
eb1dec1d40
4 changed files with 8 additions and 0 deletions
2
apps/next-template/.env.example
Normal file
2
apps/next-template/.env.example
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
|
||||||
|
CLERK_SECRET_KEY=
|
||||||
2
apps/remix-template/.env.example
Normal file
2
apps/remix-template/.env.example
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
CLERK_PUBLISHABLE_KEY=
|
||||||
|
CLERK_SECRET_KEY=
|
||||||
1
apps/vite-template/.env.example
Normal file
1
apps/vite-template/.env.example
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
VITE_CLERK_PUBLISHABLE_KEY=
|
||||||
3
packages/auth/README.md
Normal file
3
packages/auth/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# @repo/auth
|
||||||
|
|
||||||
|
Helper tools package for Clerk authentication. As of now, this helper package is not being used anywhere in the repo.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue