add env example

This commit is contained in:
2025-07-14 12:33:29 +05:30
parent 7413236525
commit b460575e9b
2 changed files with 2 additions and 1 deletions

1
.env.example Normal file
View File

@@ -0,0 +1 @@
JWT_SECRET=

2
.gitignore vendored
View File

@@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
.env
# vercel
.vercel